Shoutbox

"del <file>/s" and "del <file> /s" - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: "del <file>/s" and "del <file> /s" (/showthread.php?tid=50902)

"del <file>/s" and "del <file> /s" by Weyzza on 09-25-2005 at 08:47 AM

Let's say that I want to delete index.dat from the command prompt,
what's the difference between del index.dat/s and del index.dat /s?

Thanks.


RE: "del <file>/s" and "del <file> /s" by surfichris on 09-25-2005 at 08:51 AM

The command may assume that index.dat/s is the name of the file you're trying to delete - ie, a file called s in a folder called index.dat, whereas with the second one its specifying a command line switch to silently delete the file (which is what you want to do).