|
Answer» hi FRIEND,
How to print multiple files at a once from particular folder.
AS of now i am getting the printout through batch file with the command
c:/COPY 000.spl lpt1 this is for taking printout of single file.
I WANT to take several files which is available in particular folder with any special command because it is very difficult to take each file .Is it possible?
Code: [Select]D:\bat>dir /b beep.b demo.bat HI job.bat sleep.bat test.bat vbsleep.bat
D:\bat>copy *.* prn But that only works in some cases. I don't have prn DEFINED on my system.
|