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.

Hi,

Try using Command().

In form load use

Dim v_strCmdArg as String

v_strCmdArg = Command()


Regards,
Shrinivas

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.