Got it, had to do some work with the quotes. Thanks!
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> - 717.972.8123 ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Billy Padilla Sent: Thursday, April 12, 2007 10:16 AM To: [EMAIL PROTECTED] Subject: RE: [Talk] Script to run scripts Try with the quotes around the path of the script. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bettio, Jason Sent: Thursday, April 12, 2007 9:11 AM To: [EMAIL PROTECTED] Subject: RE: [Talk] Script to run scripts Nope, ran it with: C:\bss70\bss70.exe I:\Boston Software\Development\On-Demand\TestOne.bws /r myScript1 And TestOne.bws just has one step that is MsgBox "TestOne Complete" [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> - 717.972.8123 ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Billy Padilla Sent: Thursday, April 12, 2007 10:05 AM To: [EMAIL PROTECTED] Subject: RE: [Talk] Script to run scripts You need to reference the EXE first. Ex) C:\bss80\bss80.exe "I:\Boston Software\Development\On-Demand\TestOne.bws" /r myScript1 Hope this helps. Billy ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bettio, Jason Sent: Thursday, April 12, 2007 8:58 AM To: [EMAIL PROTECTED] Subject: [Talk] Script to run scripts Has anyone worked with this code here: http://www.bostonworkstation.com/customer_center/script_center/script_de tails.aspx?id=150&cat=3 ? I am trying to write a script that will run other scripts depending on a value set in an excel sheet. I got the excel sheet part down, but the Shell_ "I:\Boston Software\Development\On-Demand\" & D("3") & " /r " & D("4") (where D(3) is the project file and D(4) is the script name) won't kick off the script. Ex) I:\Boston Software\Development\On-Demand\TestOne.bws /r myScript1 Jason T. Bettio - Hospital Apps Implementation Specialist 717.972.8123 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you.
