home *** CD-ROM | disk | FTP | other *** search
- From: doug@hparc0.aus.hp.com (Doug Parsons)
- Date: Tue, 10 Nov 1992 12:16:25 GMT
- Subject: Re: Help--Space in filename..can't read/write/copy
- Message-ID: <1992Nov10.121625.21735@hparc0.aus.hp.com>
- Organization: HP Australasian Response Centre (Melbourne)
- Path: sparky!uunet!ornl!utkcs2!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!scd.hp.com!hpscdm!hplextra!hpcc05!hparc0.aus.hp.com!doug
- Newsgroups: comp.os.msdos.misc
- References: <bern.721335559@kleopatra>
- X-Newsreader: Tin 1.1 PL4
- Lines: 13
-
- To answer the original poster's question on removing a filename in a
- subdirectory that has a space in it:
-
- cd \mydir
- md tmp
- copy *.* tmp
- del *.*
- copy tmp\*.* .
- del tmp
- rd tmp
-
-
- douginoz
-