Tuesday, 6 September 2011

Print all files in a folder with a single command?

Free computer tips for printing files in a folder with a single commandPrinting a single file very easy. but if we have more then one file then its not easy to open each file saperately and print it.Let me tell you a simple way to print all files in a folder with a single command.For this you need to open notepad and copy the following data in it.@echo offdir%1/-p/o: gin>“%temp%\listing”Start/

No comments:

Post a Comment