954,141 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Exe with inline parameters

Hi everybody,

I want to make an app with command line parameters like: "dir *.jpg", when "dir" is the app and "*.jpg" is the parameter. Can anyone can help me.

culebrin
Junior Poster in Training
62 posts since Aug 2007
Reputation Points: 10
Solved Threads: 1
 

Hi,

Try using Command().

In form load use

Dim v_strCmdArg as String

v_strCmdArg = Command()


Regards,
Shrinivas

kshrini
Light Poster
45 posts since Jun 2007
Reputation Points: 10
Solved Threads: 3
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You