gap69
Computer
- Jun 23, 2003
- 12
Hi everybody,
I have developped a little program in VB and I have made an .exe file with it I 'd like to launch it from a catscript.
What I have tried :
Language="VBSCRIPT"
Sub CATMain()
call CATIA.SystemService.ExecuteBackGroundProcessus("D:\Stage\visual basic\T-tools.exe"
End Sub
and I had this answer : cannot execute background processus? why?
Thanks for help.
I have developped a little program in VB and I have made an .exe file with it I 'd like to launch it from a catscript.
What I have tried :
Language="VBSCRIPT"
Sub CATMain()
call CATIA.SystemService.ExecuteBackGroundProcessus("D:\Stage\visual basic\T-tools.exe"
End Sub
and I had this answer : cannot execute background processus? why?
Thanks for help.