little urgent
little urgent
(OP)
hello all another questions.
Can not I run obfuscated .catvbs using below code.
CATIA.SystemService.ExecuteScript scpath, catScriptLibraryTypeDirectory, "Macro1.catvbs", "CATMain", EmptyPar
regards
var
Can not I run obfuscated .catvbs using below code.
CATIA.SystemService.ExecuteScript scpath, catScriptLibraryTypeDirectory, "Macro1.catvbs", "CATMain", EmptyPar
regards
var





RE: little urgent
Normally you should be able to run any kind of catvbs, obfuscated or not, maybe mistake is somewhere else.
I have this code in CATScript and is running OK, should work also in catvbs.
Sub CATMain()
Dim EmptyPar()
Dim ScPath
ScPath = "C:\Temp"
CATIA.SystemService.ExecuteScript Scpath, catScriptLibraryTypeDirectory, "Test.CATScript", "CATMain", EmptyPar
End Sub
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: little urgent
CATVBS works fine with above script but once I obfuscate it does not work.
Did u try with obfuscated catvbs at all??
regards
var
RE: little urgent
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: little urgent
indocti discant et ament meminisse periti
RE: little urgent
We write and test all macros on V18 (lowest version).