home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: in.pc,comp.os.msdos.misc
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!convex!constellation!a.cs.okstate.edu!cummins
- From: cummins@a.cs.okstate.edu (CUMMINS JOHN WILLI)
- Subject: Re: Missing character questions....
- References: <Bu0CD5.5ry@usenet.ucs.indiana.edu>
- Message-ID: <1992Sep3.201226.1813@a.cs.okstate.edu>
- Organization: Oklahoma State University, Computer Science, Stillwater
- Date: Thu, 3 Sep 92 20:12:26 GMT
- Lines: 15
-
- In article <Bu0CD5.5ry@usenet.ucs.indiana.edu> rcbaker@silver.ucs.indiana.edu (Bob Baker) writes:
- >While working on converting some VERY old DOS files at work, we've
- >discovered an interesting dilemma. When we do a directory listing of
- >the files, we see things like:
- >
- >H FRAME TXT 09-01-84 etc., etc.
- >S H HOUS TXT 09-01-84
- >.
- I use attrib with ? to represent the spaces. Perhaps copy will work as well!
- (copy h?frame*.txt
- copy s?h?hous.txt
-
- Try it!
-
- jc
-