|
-
Mar 22nd, 2004, 04:29 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Shell command
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|