Batch File Did Not Run Correctly
- From: "Diane Walker" <ett9300@xxxxxxxxx>
- Date: Wed, 5 Mar 2008 15:16:18 -0800
I setup a batch file with a series of commands. If I run the batch file
(install.bat), it gave me an error message. The error message occurs after
the "setup.exe" is run. It said it cannot copy some of the files
(readme.txt, ID file not copied, ss.ini, etc.). Then, the batch file stops.
The batch file is supposed to install a software automatically. The
software never installs. However, if I manually type each line at the
command prompt, I do not get any error message. The software is installed
correctly. Can you think of any reasons?
The software resides on the server "ops1" and the share name is "ss".
Thanks.
@echo off
net use Z: \\ops1\ss
Z:
setup.exe /:L0
net use Z: /delete /yes
.
- Follow-Ups:
- Re: Batch File Did Not Run Correctly
- From: Pegasus \(MVP\)
- Re: Batch File Did Not Run Correctly
- Prev by Date: Corrupt $Secure file
- Next by Date: Re: Batch File Did Not Run Correctly
- Previous by thread: Corrupt $Secure file
- Next by thread: Re: Batch File Did Not Run Correctly
- Index(es):
Relevant Pages
|
Loading