Rich, You're right about the spaces. I spoke to Shawn today and he said the same thing.
Ultimately he helped me create an error handler and use reboot.exe to take care of things for me. I'm going to try this information out and see if it helps things any. Thanks for the help! Whitney Leach Information Services Rutland Regional Medical Center 802-747-3629 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich McNeil Sent: Thursday, May 11, 2006 1:40 PM To: [email protected] Subject: RE: [Talk] Boot Manager Whitney, In BootMgr there's a box to check to enable running programs on startup, and there's a test run button to verify that that your scripts will run from the BootMgr. Sometimes, these Shell routines are particular about spaces in the path name, so that running the script: C:\Program Files\AAA\script.bws requires that it be surrounded by double quotes to be interpreted correctly: "C:\Program Files\AAA\script.bws" Also you could run the scripts directly from Start...Programs...Startup. Rich McNeil Boston Software Systems 866 653 5105 x 813 -or- 508 318 5327 www.bostonworkstation.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitney Leach Sent: Tuesday, May 09, 2006 6:43 PM To: [email protected] Subject: [Talk] Boot Manager Greetings! I'm using procedural scripting and am fairly new to VB and BW, though I am familiar with the logic of programming in general. C:\BW Code\Ops Code\Main Ops.bws is the collection of scripts I'm using. This was predesigned by a coworker so I'm not sure what the file actually is, only that it opens BW and controls the scripts within it. I've successfully used his scripts to create new ones within the same area, and they work fine (most of the time). My problem is that the scripts within are not yet error-detecting enough to avoid stalling on occasion when weird things happen. I was hoping to find some way to reboot the system if it hung for xxx number of minutes, and be able to look at a log to see if/where things hung up. So, in my travels I saw something called Bootmgr. I placed a copy of the file into the directory with Main Ops.bws in it, and configured it. Then I placed a shortcut to it in the Startup menu. After a reboot, bootmgr started itself up and proceeded to count down. However, it never started Main Ops.bws even though I specified for it to do so. My question is, is bootmgr designed only for .exe and .vpb scripts? And if so, how can I use the .bws and still have it reboot when it hangs up so that it continues where it left off? Any help would be appreciated. Whitney Leach Information Services Rutland Regional Medical Center 802-747-3629 [EMAIL PROTECTED] This message (and any included attachments) is from Rutland Regional Health Services and is intended only for the addressee(s). The information contained herein may include privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail. Thank You This message (and any included attachments) is from Rutland Regional Health Services and is intended only for the addressee(s). The information contained herein may include privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail. Thank You
