Jump to content
Macro Express Forums

caldvn

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by caldvn

  1. Looking for Print Macro that will scan 3 different folders, one Color, one Blackandwhite, one ColorLarge (possibly more folders.) Any files that are put in the specific folder will be opened, printed, and then deleted off the folder. Color for color copier, etc... it needs check for the file (optional timer) and print to the appropriate printers. Another note is in the event the application doesn't open properly/print properly, it will end task, and then restart the process until it is completed. I don't have much time in developing the macro on my own, however if you guys have suggestions, or if necessary require payment, I can sort out the payment, or what is a reasonable price for somethign like this to be done. Contact me at caldvn@yahoo.com.
  2. Trying to run a macro to determine a change in pixel, if change then to run commands, however if those commands are run I need a wait before the same commands are run again. So far I can only come up to this point (rough): Get pixel coords into N1 Get pixel coords into N2 Repeat Start //first batch get pixel coords into n6 If variable n1 <> variable n6 Variable set interger n99 with random number text type: ctrl f4 text type: ctrl 9 end if //second batch get pixel coords into n5 If variable n2 <> variable n5 Variable set interger n99 with random number text type: ctrl f3 text type: ctrl 9 end if repeat end I've planted variable set interget with random number in order to say that it did run. Now I'm trying to set it to say yeah it ran the commands, wait 8 seconds to run the first batch, and run second batch right away. Thanks in advance for any assistance.
×
×
  • Create New...