D
daver676
I am attempting to create a small batch file in MS-DOS
edit mode. This batch file needs to change the DOS path in
order to run the rest of the file.
Here is the batch file code I have:
cd h:\inmass
IQ -nn04 UpdateTilburyShipping
IQ -nn09 UpdateSaltilloShipping
exit
Now this file runs fine on my computer, but on my
coworker's computer the end DOS window displays the
following:
C:\WINDOWS>cd h:\inmass
C:\WINDOWS>IQ -nn04 WeeklyTilburyShipping
Bad command or file name
C:\WINDOWS>IQ -nn09 WeeklySaltilloShipping
Bad command or file name
C:\WINDOWS>exit
Now it seems to me that the problem is that the path is
not changing. Also, the window doesn't close with the exit
command. Again, the path DOES change on my comp, but not
on my coworker's. Any ideas? PLease Help!
Dave
edit mode. This batch file needs to change the DOS path in
order to run the rest of the file.
Here is the batch file code I have:
cd h:\inmass
IQ -nn04 UpdateTilburyShipping
IQ -nn09 UpdateSaltilloShipping
exit
Now this file runs fine on my computer, but on my
coworker's computer the end DOS window displays the
following:
C:\WINDOWS>cd h:\inmass
C:\WINDOWS>IQ -nn04 WeeklyTilburyShipping
Bad command or file name
C:\WINDOWS>IQ -nn09 WeeklySaltilloShipping
Bad command or file name
C:\WINDOWS>exit
Now it seems to me that the problem is that the path is
not changing. Also, the window doesn't close with the exit
command. Again, the path DOES change on my comp, but not
on my coworker's. Any ideas? PLease Help!
Dave