Page 1 of 1

The Basics

Posted: Sun Jan 23, 2022 4:18 am
by amh
1. Access working directory

Code: Select all

cd '<directory-name>'
examples:

Code: Select all

cd 'c:\data1'
- single backlash with single quote

Code: Select all

cd "c:\\data1"
- double backlash with double quote