in reply to Re^2: No command window output when running script
in thread No command window output when running script
Perhaps you're running in a different shell (I use cmd.exe), or perhaps your cmd.exe shell finds a different 'cd' implementation to run.C:\_32\C>cd /? Displays the name of or changes the current directory. CHDIR [/D] [drive:][path] CHDIR [..] CD [/D] [drive:][path] CD [..] .. Specifies that you want to change to the parent directory. Type CD drive: to display the current directory in the specified drive +. Type CD without parameters to display the current drive and directory. .....
Does that command print out the current directory for you ?cd <nul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: No command window output when running script
by JennieInMI (Acolyte) on Dec 30, 2012 at 01:33 UTC |