-
exe with param
Guys,
can i developed a form based application (exe) that can accept parameter passed in???
i hope to create a exe and then call it during asp coding include passing of certain data for processing????
This is general but i couldn't find any help here
-
Hi!!
U can try to use Win32 API to get the parameters to the exe but probably VB also has its own function to get the parameters passed to the exe.
Regards
Shaunak
-
yes, you can use command line parameters - just use the constant "command".
if you compiled a program (to c:\project1.exe) with just the following code:
Msgbox "Parameter: " & Command
then in start-> run typed this: c:\project1.exe testing
you would get this message:
Parameter: testing
-
AT LAST!!!!
si_the_geek, I HAVE BEEN LOOKING FOR THIS FOR QUITE A LONG TIME NOW! COOL MAN!!!!!!!!!!!!