See also entry in DESCRIPTION file
Usage: rename_to_dos [options] files
This script renames files to DOS legal names (8.3).
options: -h => this help screen
-v => verify only, don't do anything
-4 => Strip off first 4 characters
-3 => Remove only third extension
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
#
# 19990219 Changed SCRIPTS_DIR extraction.
# 19980915 Upgraded for = in the name.
# 19980702 Added -3 option.
# 19980303 Added -4 option.
# 19980302 first version
#
################################################################################
|