Hb_Kai Posted August 25, 2009 Report Share Posted August 25, 2009 Hey, what I'm trying to do currently is make a batch file which I can use to check my mobile phone's music folder using dir F:\Soundsand write what appears on the command line window to a text file. Is there a way to do this?I only really know how to make a text file and read or open a text file and search through directories and some other stuff. I'm not too good with batch files. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 26, 2009 Report Share Posted August 26, 2009 Very simple - just send the result of your command to a text file:dir F:\Sounds > yourfile.txt Quote Link to comment Share on other sites More sharing options...
Boris Posted August 26, 2009 Report Share Posted August 26, 2009 alternatively ...... use this good bit of freeware ?Directory Printer 5.3.1http://www.karenware.com/powertools/ptdirprn.asp Quote Link to comment Share on other sites More sharing options...
Hb_Kai Posted August 26, 2009 Author Report Share Posted August 26, 2009 Thank you. Didn't realise it was so simple. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.