Make a point to
bookmark this page! Many features are planned for addition to
both Plus! and PRO versions. Feel free to make suggestions to
the Suggestion Mailbox
Did you know about cmdLine:
PRO?
Included with your copy of
cmdLine:// Plus! is another program called cmdLine: PRO. PRO is the
best utility for those of you who write scripts or batch files!
Almost all of the commands that are available with Plus! are available
with PRO. PRO also includes a special option to output the results
as a SET command to facilitate the setting of local environment variables.
A typical use is renaming or setting a filename to include the current
date. Now, with PRO, you can do this with two lines.
The first line is redirecting the output of CLP.exe to a .bat file, which
will contain the
SET varname=value command.
The second line is calling the .bat file to set the variable.
Its that simple!
You'll find the program (CLP.EXE) in the application's program directory
<opt1> are formatting options specific to each command,
<interval> is an interval like days, weeks, etc,
Examples and explanations:
cmdLine:// Plus! will replace any ? marks with the current time
time://now
returns the current time
time://hour(<time>)
returns the hour of the supplied time
time://minute(<time>)
returns the minute of the supplied time
time://second(<time>)
returns the second of the supplied time
time://(<time>)+n[;<interval>]
returns a time where the specified number (n) is added
to the supplied time
if <interval> is not supplied, minutes are added
time://(<time>)-n[;<interval>]
returns a date where the specified number (n) is subtracted
from the supplied time
if <interval> is not supplied, minutes are subtracted
time://(<time>)-(<time>)[;<interval>]
returns the number of <interval> difference
between two times
if <interval> is not supplied, minutes are
used