MS-DOS find command
        Posted  
        
            by mihai
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mihai
        
        
        
        Published on 2010-06-07T09:20:01Z
        Indexed on 
            2010/06/07
            9:22 UTC
        
        
        Read the original article
        Hit count: 475
        
Hi, I have the following command:
find Acc*\bin\Debug\*.pdb > temp.txt
Looking in temp.txt, I have:
Accounting/bin/Debug/Accounting.pdb
Accounting/bin/Debug/BackendProcess.pdb
NOTE the forward slashes. Why does it output file names like this? And how do I get it to output backslashes, so I can use del on those files?
Thanks
© Stack Overflow or respective owner