Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!mailrus!rutgers!rochester!ur-tut!cwwj From: cwwj@ur-tut (Clarence Wilkerson) Newsgroups: comp.os.cpm Subject: Re: CP/M Directory Entries Message-ID: <1829@ur-tut.UUCP> Date: 18 Apr 88 04:54:32 GMT References: <8803141649.AA29511@ucbvax.Berkeley.EDU> <4314@cup.portal.com> <4544@cup.portal.com> Distribution: na Organization: Univ. of Rochester, Computing Center Lines: 9 Summary: Used to be a problem with MBASIC also 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.....