PDA

View Full Version : command in one line?


alessia
11-15-2003, 06:17 PM
Hi all. I don't know if this is the right forum but I'm truly desperate... I need to do this asap :/

What I want to do is to execute a dos deltree command (through cmd.exe) but I need to do it without spaces and quotation marks. deltree/Y"c:\file.doc" but without the " 's. Any clue about how to do it?

Many, many thanks in advance!

Zecho
11-16-2003, 09:56 AM
deltree/Y"c:\file.doc" ??

Why would you use deltree and a filename?