Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if one EXE is valid or was modified?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00771406
Message ID:
00771434
Views:
13
Probably you could add subroutine to CUSTOM.exe and call it from main.exe
before actually call CUSTOM.exe
Something like:
*MAIN.exe
...
set proc to CUSTON.EXE addi
llcontinue=iCheck_Custom("ETC") &&call subrotuine in CUSTOM.EXE
if llcontinue
do custom.exe && as regular
endif

>By the way: I can pass a string using this command: DO CUSTOM.EXE WITH "ETC"... But how can I get the return?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform