Date : Mon, 18 Apr 1988 04:54:32 GMT
From : rochester!ur-tut!cwwj@rutgers.edu (Clarence Wilkerson)
Subject: CP/M Directory Entries
In article <4544@cup.portal.com>, Mike_W_Ryan@cup.portal.com writes:
> Thanks to all who responded with the suggestion of using STAT to
> unhide files. But now another problem. The darn file names have
> lower case letters. It seems the command interpreter (CCP?) converts
> to upper case. My choices? Patch the CCP? Or patch my directory entries?
I suggest you patch the directory entries. MBASIC also allowed lower
case file names. If you have MBASIC, you might try
NAME "oldfile" AS "newfile"
to change the file name! At last, a use for BASIC.....