Search found 3 matches
- Fri Jan 19, 2007 5:44 pm
- Forum: Technical / Scripting
- Topic: Terminating a script without jumping to the end
- Replies: 5
- Views: 6522
Terminating a script without jumping to the end
OK I'm busted! I'm not a professional programmer, just a respectable amateur. The logon script already has several error tests with recovery branches which are fairly robust. But the script runs in the middle of the night and every now and again it will not log on. So under those conditions an exit ...
- Fri Jan 19, 2007 5:30 pm
- Forum: Technical / Scripting
- Topic: Terminating a script without jumping to the end
- Replies: 5
- Views: 6522
Terminating a script without jumping to the end
Thanks, I thought of that too and can make it work. But it seems so inelegant compared to just bolting. Even after scripting for a couple of years it always baffled me that I could not find a simple script termination method. But I guess if it is not there, it is not there. Thanks again.
- Fri Jan 19, 2007 5:04 pm
- Forum: Technical / Scripting
- Topic: Terminating a script without jumping to the end
- Replies: 5
- Views: 6522
Terminating a script without jumping to the end
Does anyone know a way to terminate a script (keeping MS running) without simply jumping to the end? I have a script which calls a series of subroutines. In one of those subroutines the script attempts to log on to a network resource. It is usually there, but sometimes not. In that case the logon su...