| View previous topic :: View next topic |
| Author |
Message |
Printermm Guest
|
Posted: Tue Jan 19, 2010 8:03 pm Post subject: How can I print all the documents in the whole folders |
|
|
I have 5 folders documents need to be printed out.
Total is almost 6k files.
How can I print them in batch.
I mean I do not need to click and open each file.
Thanks so much. |
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 4652 Location: AHK Forum
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jan 19, 2010 8:14 pm Post subject: |
|
|
| I do not need to set default printer? |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jan 19, 2010 8:17 pm Post subject: |
|
|
| I tried the script, and it did not work. |
|
| Back to top |
|
 |
Dbof
Joined: 13 Jan 2009 Posts: 31
|
Posted: Tue Jan 19, 2010 8:24 pm Post subject: |
|
|
| Anonymous wrote: | | I do not need to set default printer? |
Sure, you have to set a default printer.
What kind of files are you trying to print? Is it possible to print them with the popup menu? |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jan 19, 2010 9:17 pm Post subject: |
|
|
.eml files
emails |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 20, 2010 2:54 am Post subject: |
|
|
could any one give me some idea?
| HotKeyIt wrote: | Try: | Code: | Loop, c:\Temp\*.doc
RunWait print "%A_LoopFileFullPath%" |
|
|
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 4652 Location: AHK Forum
|
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 20, 2010 1:40 pm Post subject: |
|
|
There is no Print when I right click the mouse.
The file format is .eml |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 20, 2010 1:44 pm Post subject: |
|
|
can outlook read eml files?
if yes, then just highlight all the files and press print |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 20, 2010 1:57 pm Post subject: |
|
|
I select all the files
But there is not print option.
I have t open each email and print it now.
I have almost 6000 emails. |
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 4652 Location: AHK Forum
|
|
| Back to top |
|
 |
Hasso
Joined: 23 Mar 2005 Posts: 321 Location: Germany
|
|
| Back to top |
|
 |
|