Answers for "Change to drive in batch files"

0

Change to drive in batch files

@ECHO OFF
cd /D "C:mydestination"
cmd.exe
Posted by: Guest on February-03-2022

Code answers related to "Change to drive in batch files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language