- Aug 8, 2005
- 593
- 0
- 0
Heres the situation - have a couple servers....scheduled task to restart...reboot.cmd - bath looks like this...
shutdown -r -t 01 (-r = restart, -t for time interval, 01 being immediate (seconds))
works great - yay, anyways - These are banking applications on these servers dated to the caveman days programmed by 6 year olds (that are better then me) - anyways, now all of the apps are run purely by service, so we have someone who can double click on the icons, whatever the fact may be (by powers beyond me) they want it so it automatically logs in as a user or administrator, doesn't matter I'll specify the ruleset
can I create another script and put the exec of that script somewhere in some bootup local folder?
shutdown -r -t 01 (-r = restart, -t for time interval, 01 being immediate (seconds))
works great - yay, anyways - These are banking applications on these servers dated to the caveman days programmed by 6 year olds (that are better then me) - anyways, now all of the apps are run purely by service, so we have someone who can double click on the icons, whatever the fact may be (by powers beyond me) they want it so it automatically logs in as a user or administrator, doesn't matter I'll specify the ruleset
can I create another script and put the exec of that script somewhere in some bootup local folder?
