Goto For Windows [verified]
For example, let's say you map your main project folder to proj .
One of the annoyances of the standard Windows cd command is that moving from C: to D: requires the /d switch ( cd /d D:\Folder ). goto handles drive switching automatically. It doesn't care about drive letters; it cares about the destination. goto for windows
if %choice%==1 goto option1 if %choice%==2 goto option2 if %choice%==3 goto exit For example, let's say you map your main
If you are a developer, a system administrator, or just a power user on Windows, you know the pain. a system administrator
:exit echo Goodbye!