A
Arne Hegefors
Hi! I have quite a big code that calls other programs and reads and posts
data. I have not written all of the code, which is a problem. At the moment I
get Error 13 at a place. Can someone give me clue of what Error 13 might mean
in this context? Any help appreciated! Thanks
'start the bat file
lTaskID = RunBatFile
'get the process handle
hProc = OpenProcess(ACCESS_TYPE, False, lTaskID)
If Err <> 0 Then
MsgBox Err
Exit Sub
End If
data. I have not written all of the code, which is a problem. At the moment I
get Error 13 at a place. Can someone give me clue of what Error 13 might mean
in this context? Any help appreciated! Thanks
'start the bat file
lTaskID = RunBatFile
'get the process handle
hProc = OpenProcess(ACCESS_TYPE, False, lTaskID)
If Err <> 0 Then
MsgBox Err
Exit Sub
End If