Dec 092017
 
File naming utility which constructs a new name for the file based on file creation date.
File AUTONAME.ZIP from The Programmer’s Corner in
Category File Managers
File naming utility which constructs a new name for the file based on file creation date.
File Name File Size Zip Size Zip Type
AUTONAME.C 5056 1615 deflated
AUTONAME.EXE 16871 10894 deflated
AUTONAME.MAK 597 309 deflated
READ.ME 1155 550 deflated
VIDEO_IO.ASM 27261 4157 deflated

Download File AUTONAME.ZIP Here

Contents of the READ.ME file


This small utility renames a file based upon the first character of the
filename, the file creation date, and the filename extension. The utility
was developed to support a tracking system for incoming telex type
messages on a personal computer. The filename is encoded as:

LYYMMDDS.xxx, where
L = first character of original filename
YY = two digit year of file creation
MM = two digit month of file creation
DD = two digit date of file creation
S = sequence letter (A - Z) for files
created on any single day
xxx= original file extension

The utility is written mostly in C, with the video services performed
by a small assembly library, included.

Source code is copyright 1989, 1990 by David H. Skolnick. Permission
to reproduce and distribute is granted without compensation of any
kind.

This is one of my first forays into 'C' -- my previous experience is in
assembly and Fortran. I can be contacted on MCI Mail as 'DSKOLNICK'.



 December 9, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)