E
ear
Hi. When I running the following commands from a .cmd batch file it
simply starts a Command Prompt window in directory "C:\Program Files
\Verizon Wireless\VZAccess Manager".
------ visp.cmd batch filie ---------------
setlocal
chdir "C:\Program Files\Verizon Wireless\VZAccess Manager\"
start /REALTIME /B "VZAccess Manager.exe"
endlocal
------------------------------
Is this because of spaces in "VZAccess Manager.exe" ? In an attempt to
generate short filename I ran the following command;
dir /x "c:\Program Files\Verizon Wireless\VZAccess Manager" *.exe
however it generated long filenames instead. How do I, or even should
I, turn on short filenames? or should I just convert all of
my .cmd/.bat files to Powershell scripts?
simply starts a Command Prompt window in directory "C:\Program Files
\Verizon Wireless\VZAccess Manager".
------ visp.cmd batch filie ---------------
setlocal
chdir "C:\Program Files\Verizon Wireless\VZAccess Manager\"
start /REALTIME /B "VZAccess Manager.exe"
endlocal
------------------------------
Is this because of spaces in "VZAccess Manager.exe" ? In an attempt to
generate short filename I ran the following command;
dir /x "c:\Program Files\Verizon Wireless\VZAccess Manager" *.exe
however it generated long filenames instead. How do I, or even should
I, turn on short filenames? or should I just convert all of
my .cmd/.bat files to Powershell scripts?