|
-
November 12th, 1999, 04:24 PM
#1
run exe or bat files
how can i run from my project exe or bat files?
thenxxx
-
November 12th, 1999, 05:30 PM
#2
Re: run exe or bat files
You can use ShellExecute API
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
-
November 13th, 1999, 01:20 AM
#3
Re: run exe or bat files
pleas be more specific of what to do after that thenxxx
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
|