Link to home
Start Free TrialLog in
Avatar of neeraj523
neeraj523Flag for India

asked on

Run time Parameters


I want to pass a run time parameter with my executable file created in VB 6.0.
I don't know how it is possible.
Actually i have developed a Scoket programm where a server will listen the client  requests. For client side i want to create a application which will run by the client and i also want to pass some request with that application to server, with which server will respond accroding to clients request.

I want to use this client exe file just like 'pkunzip filename.zip' works with zip filename as runtime parmeter

Thanks
neeraj
ASKER CERTIFIED SOLUTION
Avatar of Kurvy
Kurvy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IBRown
IBRown

That seems correct - except that you would not have to use the / symbol. In the example given strCommand would hold /somecommand.
That seems correct - except that you would not have to use the / symbol. In the example given strCommand would hold /somecommand.
yourapp.exe your command parameters

then command$ holds "your command parameters"
Avatar of neeraj523

ASKER

Thanks Kurvy!

thanks for a very quick solution to my problem. i never expect that much of easy solution for it.

once again thanks for help

neeraj