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: 397

Filed under:
|

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

MS-DOS find command

Posted by mihai on Super User See other posts from Super User or by mihai
Published on 2010-06-07T09:20:01Z Indexed on 2010/06/07 9:43 UTC
Read the original article Hit count: 397

Filed under:
|

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

© Super User or respective owner

Related posts about batch

Related posts about dos