Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!CC.DAPHNE@COLUMBIA-20.ARPA From: CC.DAPHNE@COLUMBIA-20.ARPA Newsgroups: net.micro.pc Subject: DOS Filename Problem Message-ID: <13590@sri-arpa.UUCP> Date: Thu, 10-Nov-83 17:02:54 EST Article-I.D.: sri-arpa.13590 Posted: Thu Nov 10 17:02:54 1983 Date-Received: Mon, 14-Nov-83 23:48:19 EST Lines: 10 From: Daphne Tzoar I just came across a strange problem. I had a file on our DEC-20, LOGIN&.CMD, which is stored as LOGIN^V&.CMD -- that is, with a Control-V before the special character. I tried to send it to the IBM PC using Kermit, which uses the DOS function call (int 21H) to create a file. DOS complained with the error DISK FULL. When I renamed the file to LOGIN.CMD it worked OK. It seems, therefore, that the disk was not full but rather there is a bug in DOS if there is a non-standard character in the filename. Has anyone seen this before?