Hello

I'm looking to run a script file I have created using the shell command. It works great for running batch files, but it crashes when I try to use it to run my script file. (The script file is very similiar to how batches run) Here is my code:

If intVerify(1) = 11500 Then
MsgBox "11500 does not match"
Call Shell("S:\MIS\Scripts\Speciality_Fore.msl")

I really just want VB to open this file. That alone will kick off the script. Any help would be greatly appreciated.

James