Incode Systems Home Page Incode Systems, Inc.


SHORTNM



(Windows commandline program: Win95 or higher)

ShortNm - Copyright (C) 2002, Incode Systems, Inc.

ShortNm (Short Name) returns the short version of
long file and / or directory names. The file name may be supplied
from the command line or the standard input device.
The short file names are written to the standard output device.

Usage: [LongFileName]
If LongFileName is not given, ShortNm waits for input from the
Standard Input Device.
(Note: If a LongFileName on the command line contains a space,
surround it with double quotes. Do not use double quotes,
however, when LongFileName is read from the Standard
input device.)

Wildcard characters (*,?) are not allowed, however, you may
easily use wildcard characters to pipe files names to ShortNm,
like this example:
DIR *.*/B | ShortNm >OutFile.txt