I have a program that needs to be run via with a login script.
I can do it with just a batch file, but once the program is done running the computer sits with the windows that says please wait while your login script is running with a cancel box. If I hit cancel then the desktop comes up and all is well.
This is what I got.
net use m: \\server\share
m:\program.exe
exit
This program needs to be run every morning for about 4 days and I don't won't to bother/confuse the end users. I also don't want a hundred phone calls. So I contacted the company who makes the software and they said I need to use a vbscript to run the program because once the program is done running it won't proceed with the rest of the batch file because of how win NT and 2000 use their scripting?????
They told me I need to create a vb script to do this.
Does anyone know of a way I can do this with vbscripting?
The name of file I need to run is agent32.exe. It is a pc auditing software program
I don't know a single stinking thing about vbscripting so any help would be greatly appreciated.
I can do it with just a batch file, but once the program is done running the computer sits with the windows that says please wait while your login script is running with a cancel box. If I hit cancel then the desktop comes up and all is well.
This is what I got.
net use m: \\server\share
m:\program.exe
exit
This program needs to be run every morning for about 4 days and I don't won't to bother/confuse the end users. I also don't want a hundred phone calls. So I contacted the company who makes the software and they said I need to use a vbscript to run the program because once the program is done running it won't proceed with the rest of the batch file because of how win NT and 2000 use their scripting?????
They told me I need to create a vb script to do this.
Does anyone know of a way I can do this with vbscripting?
The name of file I need to run is agent32.exe. It is a pc auditing software program
I don't know a single stinking thing about vbscripting so any help would be greatly appreciated.