PDA

View Full Version : automation script



yigal
12-24-2001, 10:05 AM
I want that vb script file execute when the operation
system win nt is starting
when I need to put the file
thank you for your help

darkness
01-07-2002, 02:44 PM
I have no clue what your asking but I will take a shot at it.


If your trying to run a VBS file on start on WIN2k Machine it is recommended that you use the scheduler service or through Domain Policy for Login Scripts.

On NT4.0 you can use the Login Policy but you must have Windows Scripting 5.6 install on the workstation before a .vbs file will run.

98 you can put it in the Startup folder or put it in the registry to run once.

Maybe this helps may it doesn't your call.


Michael McLaughlin/images/forums/icons/smile.gif
Systems Manager
Minnesota State University Mankato

mayton82
02-16-2002, 01:48 AM
I agree with darkness, but does the file have to be a visual basic file or can it be a batch file. Nt will automatically open up a command interface to run a batch file and then close the window for you if instructed to do so.(i think) I dont always deal with nt and havent in a long time, but it seems like your main problem is getting the file to run during startup and this might help.