Click to See Complete Forum and Search --> : run exe or bat files


|v| man
November 12th, 1999, 03:24 PM
how can i run from my project exe or bat files?
thenxxx

senthil
November 12th, 1999, 04:30 PM
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

|v| man
November 13th, 1999, 12:20 AM
pleas be more specific of what to do after that thenxxx