Search found 3 matches

by vladtess
24 Aug 2010 10:19
Forum: DOS Batch Forum
Topic: Help write a simple script please!
Replies: 5
Views: 5808

Re: Help write a simple script please!

Organge_batch, thanks much for your help. I solved the problem by using another reader, Foxit reader. It loads faster and has many options in command line execution. So I simply replaced the line with "C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "!curr%%x!" ...
by vladtess
23 Aug 2010 23:53
Forum: DOS Batch Forum
Topic: Help write a simple script please!
Replies: 5
Views: 5808

Re: Help write a simple script please!

orange_batch, thanks so much for your reply!! It does its job = prints, however some debugging must be done. One problem is that after the print, the adobe does not close (adobe reader window is open) and that causes the script to halt (I think). Is there a way about it? Thanks so much!!!
by vladtess
23 Aug 2010 13:00
Forum: DOS Batch Forum
Topic: Help write a simple script please!
Replies: 5
Views: 5808

Help write a simple script please!

Hi there! I have a simple script to write, but I have limitations at programming. Here's what I need my script to do: 1. Scan a directory (C:\temp\spool) for changes every second. 2. If a *.pdf file is detected, execute command "AcroRd32.exe /p/t C:\temp\spool\*.pdf" (basically, print the ...