|
| ||||||||||
| Tags: command, print, windows, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Print all files in a folder in a single command In Windows Xp
First of all open note pad, through Start, All Programs, Accessories, Notepad then type the following code without fault. @echo off dir%1/-p/o: gin> “%temp%\listing” Start/wnotepad/p”%temp%\listing” Del”%temp%%\listing” exit Save the file as printdir.bat, then save it in c:\windows folder. A small tip: - you can save this file in any name but you must give the extension as .bat only. Now you have successfully created a file to print. Now, let’s see how to print all files in a folder,
If lot of files is to be printed we can create a folder and put them inside it, now right click on the folder and select print directory option in it, if you select this all files in the folder will be printed. |
|
#2
| |||
| |||
| Re: Print all files in a folder in a single command In Windows Xp
Hi Mac, The mentioned procedure will print the list of files in a folder but not the files itself in a folder. Please advice. Thanks, Inna |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Print all files in a folder in a single command In Windows Xp" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to extract files from multiple folders into single folder | Ebenezer | Windows Software | 5 | 23-02-2011 10:59 PM |
| Print and open command disappears by selecting more than 15 files at a time in windows 7 | DENALII | Windows Software | 4 | 24-01-2011 10:01 AM |
| Is there any way to print 3 4x6 photos on single sheet using the print photo wizard | mich43 | Operating Systems | 4 | 01-01-2011 09:05 PM |
| Bash command to delete entire Files from folder | Strangers | Windows Software | 4 | 11-11-2010 08:30 PM |
| Print list of files in a folder | Hollow-man | Windows Software | 3 | 04-04-2009 12:36 PM |