Jump to content

Recommended Posts

Posted (edited)

Hi, I would like to run my program with parameters. For example:

ShellExecute("C:\asdasd\Start.exe", "/help")

Ok, it's not problem, but is that possible to let the target file read what parameter is given to it?

For example:

ShellExecute("C:\asdasd\Start.exe", "/help")

Start.exe:

$param = ..........

If $Param = /help or help Then

asd

asd

EndIF

I Hope I'm understandable.

Edited by Unc3nZureD

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...