AutoHotkey Community

It is currently May 27th, 2012, 1:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: January 19th, 2010, 9:03 pm 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2010, 9:08 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Try:
Code:
Loop, c:\Temp\*.doc
 RunWait print "%A_LoopFileFullPath%"

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2010, 9:14 pm 
I do not need to set default printer?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2010, 9:17 pm 
I tried the script, and it did not work.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2010, 9:24 pm 
Offline

Joined: January 13th, 2009, 10:02 pm
Posts: 31
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2010, 10:17 pm 
.eml files

emails


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 3:54 am 
could any one give me some idea?


HotKeyIt wrote:
Try:
Code:
Loop, c:\Temp\*.doc
 RunWait print "%A_LoopFileFullPath%"


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 11:04 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Have you changed to the right folder?
When you right mouse click on the file, is there a print command?
Code:
Loop, c:\Temp\*.eml,0,1
 RunWait print "%A_LoopFileFullPath%"

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 2:40 pm 
There is no Print when I right click the mouse.

The file format is .eml


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 2:44 pm 
can outlook read eml files?
if yes, then just highlight all the files and press print


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 2:57 pm 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2010, 7:24 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Looks like there is no option to print eml file.
How about to convert to *.msg or *.doc and print then using outlook or word?

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2010, 3:29 pm 
Offline

Joined: March 23rd, 2005, 7:53 am
Posts: 321
Location: Germany
Maybe this link could be helpful:

http://www.emlviewer.com/convert-eml-to-pdf.html

_________________
Hasso

Programmers don't die, they GOSUB without RETURN


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, Google Feedfetcher, JSLover, sjc1000, Tipsy3000 and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group