Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Dos, opening Directories with spac
Name: callaghan001 Date: October 18, 2006 at 15:23:37 Pacific OS: Windows XP CPU/Ram: 1024mb 3.2ghz HT Product: Dell
Comment:
Hey, This is really urgent so i would appriciate any help!
How do you access a directory in dos if the directory name has spaces?
for example, i am trying to access C:\Documents and Settings
Name: jboy Date: October 19, 2006 at 00:38:29 Pacific
Reply:
use quotes:
"C:\Documents and Settings"
Probably not all that urgent, and just as likely not DOS either (XP command prompt) - makes no difference I suppose
Trying to 'fix' something?
Diplomacy is the art of saying 'Nice doggie!'... till you can find a rock
0
Response Number 2
Name: Mechanix2Go Date: October 19, 2006 at 04:33:31 Pacific
Reply:
In DOS it would look like this:
DOCUME~1
In NT you can use quotes, as jboy says.
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 3
Name: callaghan001 Date: November 13, 2006 at 04:18:50 Pacific
Reply:
Thanks, was trying to fix something alright, got a virus in my pc and ended up unable to boot it, so i used a knoppix cd i had lying around to boot, i just couldnt access the folders that had spaces!
I got the file i had to get in the end anyway, thanks for your help though Callaghan001
Summary: Oh, that'a a pity! But I've already thougt that it's not possible. I've already searched to do it in java, vb, python etc ... but I've only found the way to open files with the shell-command, which do...
Summary: I am searching the way to write a program have treeview of files. And then click on the file names in the treeview then windows open it with an associated program.for example: Doc file open with word...
Summary: what u can do is call the DOS interrupts in ur C program to see all the files of ur directory u specify...... one of the methods is to use the interrupt that allows u to search particular files(file a...