The Basics
Posted: Sun Jan 23, 2022 4:18 am
1. Access working directory
examples:
- single backlash with single quote
- double backlash with double quote
Code: Select all
cd '<directory-name>'Code: Select all
cd 'c:\data1'Code: Select all
cd "c:\\data1"