Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.282.809 Times

Command Line Arguments freeware
Filter: All | Freeware | Demo
 

Command Line Arguments

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 746

Handling of command line arguments This script handles arguments for small scripts that need to:  - read some command line options  - read some command line positional arguments  - iterate over all lines of some files given on the command line, or stdin if none given - give usage message if positional arguments are missing...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Handling of command line arguments Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 451

CLAJR - Command Line Arguments with Java A command line parsing system. Through Java Reflection it allows simple usage. The keys are defined as standard, overloadable methods, and are transparently managed by the engine. No need to use library-defined objects or enums. Developer has the power!





Platforms: Windows, Mac, Linux

License: Freeware Size: 10.04 KB Download (49): CLAJR - Command Line Arguments with Java Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 499

Event Driven Command Line Handler For Java, parses GNU standards compliant command line arguments and calls event handler methods/fields automatically, based on given arguments (cmd line & from file). Use annotations to define your options, and descriptions for the auto generated help.


Platforms: Windows, Mac, Linux

License: Freeware Size: 27.42 KB Download (52): Event Driven Command Line Handler Download

Added: April 08, 2010 | Visits: 952

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: May 02, 2010 | Visits: 934

argstream argstream is a class that facilitates easy parsing of command line arguments in C++. The syntax is very simple and uses stream operators to parse various types of arguments. Here is a list of functionalities offered for the parsing of command line arguments : - Short (-c) and long ( --color)...


Platforms: *nix

License: Freeware Download (119): argstream Download

Added: May 10, 2013 | Visits: 443

TCLAP Library TCLAP is a small, flexible library that provides a simple interface for defining and accessing command line arguments. The difference is that this library is templatized, so the argument class is type independent. Type independence avoids identical-except-for-type objects, such as IntArg,...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (58): TCLAP Library Download

Added: February 05, 2010 | Visits: 2.255

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 982

No-Frills Command Line Unzipper Based on the Delphi-Zip library and coded by Ccy for S2 Services, this simple command line unzipper offers the advantage of not requiring command switches. Commands are interpreted according to argument order. The first argument is the zip file, the second is the unarchive folder and the third...


Platforms: Windows

License: Freeware Size: 778.24 KB Download (51): No-Frills Command Line Unzipper Download

Added: April 10, 2010 | Visits: 1.643

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.081

Perspolis Command-Line Calculator Perspolis Command-Line Calculator is, just like the name suggests a small, simple, command-line based application specially designed to help you with your basic math calculations. If you are looking for a tool that is both tiny and easy to use to assist you with math then Perspolis Command-Line...


Platforms: Windows

License: Freeware Download (459): Perspolis Command-Line Calculator Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 982

Command Line Copy & Paste for Mac OS This bundle of Mac OS X command line applications consists of two simple programs. maccopy and macpaste. These two programs copy or print the text currently from or to the Mac OS X pasteboard. Use these applications in your scripts or any other place for better integration with the operating system.


Platforms: Mac

License: Freeware Size: 20.48 KB Download (61): Command Line Copy & Paste for Mac OS Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 1.200

Bluetooth Command Line Tools Bluetooth Command Line Tools are a set of command line utilities for Windows XP, Vista or Windows 7 which allow you to configure bluetooth adapter, discover remote bluetooth devices and their services, push files to remote devices through OBEX. All utilities can be launched from a batch script or...


Platforms: Windows

License: Freeware Size: 3.08 MB Download (427): Bluetooth Command Line Tools Download

Added: May 10, 2013 | Visits: 838

Pyline: a command-line tool This utility brings ad-hoc command-line piping sensibilities to the Python interpreter.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Pyline: a command-line tool Download

Added: May 10, 2013 | Visits: 692

Generic command-line option parser This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However,...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Generic command-line option parser Download

Added: May 10, 2013 | Visits: 783

Parse Command Line String from CommandLine This script represents a way to parse command line from user provided string or try to get the original Argv from Windows OS Platform.


Platforms: Windows, Python,

License: Freeware Download (58): Parse Command Line String from CommandLine Download

Added: February 18, 2010 | Visits: 955

Arg_parser Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C++ class, and is simpler, easier to use, and safer that "getopt_long". Arg_parser does not modify its arguments, nor uses any global variables. So you may create...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (91): Arg_parser Download

Added: November 14, 2010 | Visits: 788

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

Added: March 25, 2010 | Visits: 616

JewelCLI JewelCLI provides an API to parse command line arguments. JewelCLI uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition. This allow a declarative style which can be much clearer than the procedural style used by...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (87): JewelCLI Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 580

UPX Manager UPX Manager is a small, easy to use application specially designed to offer you a tool that allows you to execute various UPX (Ultimate Packer for eXecutables) command line arguments through a Graphical User Interface, thereby saving the time required to execute UPX through a Character User...


Platforms: Windows

License: Freeware Download (66): UPX Manager Download

Released: July 11, 2003  |  Added: April 13, 2006 | Visits: 4.341

Quick Command Line Quick Command Line is a program that lets you eaisly specify run programs with command line parameters from within Windows Explorer without having to open up a command line window. This program is probably most useful to programmers, however other users could also find a use for it also....


Platforms: Windows

License: Freeware Size: 685 KB Download (719): Quick Command Line Download

1 2 3 4 5 >