Cynosure.X International

Blog

Get messages in RSS
What is RSS?

StopWatch.sh (GPL)
Wed, 23 Jul 2008 18:36:02 +0000

StopWatch.sh is a very simple shell script that counts away second wise. It prints the starting time to the screen, then ticks away at the next line. When you are ready to stop the stopwatch, just pressy Ctrl-C to end it. The start time and end time will stay on the screen for your viewing pleasure.

StopWatch.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Example

Wed Jul 23 18:19:33 GMT 2008
Wed Jul 23 18:22:46 GMT 2008

Category: :

Comments | PermaLink | Related Links | TrackBack

IsFileMask.bat (GPL)
Mon, 21 Jul 2008 21:01:38 +0000

IsFileMask.bat is a Windows batch program that can help determine a command-line parameter is a file mask (with '*' and/or '?') or not. IsFileMask.bat outputs 1 (for true) when the command-line argument is a file mask. Otherwise, it outputs 0 (for false).

IsFileMask.bat takes advantage of the SetNumberOfArguments.bat (GPL) script that is available on this web site. So to use IsFileMask.bat, you'll have to download SetNumberOfArguments.bat, if you don't already have it.

IsFileMask.bat is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

IsFileMask.bat "string"

Examples

> IsFileMask hello.txt
0

> IsFileMask *world.txt
1

> IsFileMask hello?world.txt
1


Category:

Comments | PermaLink | Related Links | TrackBack

ParameterModifiers.bat (GPL)
Mon, 21 Jul 2008 19:43:19 +0000

The following is an example of running the ParameterModifiers.bat.

%~0       = C:\bin\scripts\Windows\ParameterModifiers.bat
%~f0 = C:\bin\scripts\Windows\ParameterModifiers.bat
%~d0 = C:
%~p0 = \bin\scripts\Windows\
%~n0 = ParameterModifiers
%~x0 = .bat
%~s0 = C:\bin\scripts\Windows\PARAME~1.BAT
%~a0 = --a------
%~t0 = 07/21/2008 03:42 PM
%~z0 = 446
%~$PATH:0 = C:\bin\scripts\Windows\ParameterModifiers.bat
Press any key to continue . . .

Category:

Comments (2) | PermaLink | Related Links | TrackBack

Insert Delete Swapper: Change Log
Sun, 20 Jul 2008 20:42:53 +0000

Version 1.0

Just released the first version, which swaps the position of the Insert and the Delete keys on your keyboard.
Category:

Comments | PermaLink | Related Links | TrackBack

Key Lock Manipulator: Change Log
Sun, 20 Jul 2008 20:09:58 +0000

Version 1.01

Created a better Windows icon for the executables.
Category:

Comments (1) | PermaLink | Related Links | TrackBack

Products | Services
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses


Copyright © 1996 - 2008 by Chieh Cheng. All Rights Reserved.