Thanks for your comments. I do not understand what you mean by "list on the left" to resolve navigating, from DOS, directories that have spaces in the name. If you know how to resolve the "too many parameters" using the DIR command and the directory "Program Files", I would like to know.
I use Netscape; my internet files do not get stored in C:\TEMP. The files are stored several layers down in one of 4 directories. Explorer would not let me navigate to them, but the DIR /s command allowed me to locate a file in one of the 4 directories. Putting the results of my DIR command into a batch file, then adding "copy" at the front of the line and "c:\temp" at the end of the line allowed me to copy the file to a convenient directory.
If this DOS technique of copying files is not obvious to anyone, I typed from my root directory in DOS: dir /s hellodo*.mid > getfile.bat
Then I edited getfile.bat, adding the copy command and the destination drive and directory, to look something like the text below, although it is just an example for syntax purposes:
copy c:\Program Files\Netscape\User1\Tempory Cache\000F13\Hello_Dolly_Put_On_Your_Sunday_Shoes. mid c:\temp
JD
