Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending PARAMETER in an EXE file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00363794
Message ID:
00363809
Views:
14
>I want to send parameter to another EXE from my program by running that EXE from my program. Suppose I'm working on my program (PROGRAM1.exe)and from one of the form in my program I'm running PROGRAM2.exe, I want to send a parameter to a form in PROGRAM2.exe from PROGRAM1 by running PROGRAM1.exe. Please If anybody can solve my problem let me know. THANK YOU

If you're running it on the command line, just pass it as an argument. Then go into your main program in the other .exe and set a parameter statement to accept it...

! yourexe.exe myparm

main.prg

PARAMETERS lcParm


HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform