Jump to content

How can I add Parameters to my script


GGG111
 Share

Recommended Posts

Hello

I want to write a script with parameters, So I can run separate function from one application

for example:

Application to change files attributes, It runs like this:

attrib.exe -s make file as system file

attrib.exe -h make file as hidden file

and so on

how can I do that

Thanks in advance

Link to comment
Share on other sites

Hello

I want to write a script with parameters, So I can run separate function from one application

for example:

Application to change files attributes, It runs like this:

attrib.exe -s make file as system file

attrib.exe -h make file as hidden file

and so on

how can I do that

Thanks in advance

Take a look at AutoIt help topic "Running Scripts". There's a section called "Command Line Parameters". I believe that's what you're looking for.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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