Jump to content

Recommended Posts

Posted

Hello,

for my command line script I used for a long time  the nice _OptParse.au3 from eltorro.

(looks like there are just a few traces of _optParse.au3 in this forum left...)

But the hosted google code page is gone. (https://code.google.com/p/my-autoit/)

Still the udf works fine, it was only I wanted to check for a help topic on "optional"

 

In the end I guess no one really knows what happen to the google page, do you?

But does any one know a command line parser (udf)?

I search for something similar to the _optParse.au3 in terms of features.

Allowing to create arguments like

CLI_APP /a1 Value1 /a2 Value2a,Value2b

CLI_APP /?

CLI_APP /v

...

and a easy(ok not so complicated)  way to define if a arg is optional, multi value, required and so on.

 

 

Posted

Look at _CmdLineRaw() in my signature. This is for parsing a commandline string which is what I believe that UDF did.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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...