Set shell = WScript.CreateObject("WScript.Shell")
result = shell.Run("second_script.vbs",,True)
MsgBox(result)
MsgBox "Yay!"
WScript.Quit(-1)
intErr = objShell.Run("cscript.exe ""D:\AppFiles\SDS\SDS_Retail_R3\Scripts\splice_years.vbs""", 0, False)
intErr = objShell.Run("cscript.exe """ & Replace(WScript.ScriptFullName, WScript.ScriptName, "") & "splice_years.vbs""", 0, False)
D:\AppFiles\SDS\SDS_Retail
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
start - 12/27/2012 12:47:00 PM
file actfisc.txt - 12/27/2012 12:47:00 PM
D:\AppFiles\SDS\SDS_Retail
runtime error: File not found
D:\AppFiles\SDS\SDS_Retail