home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / TRAY-EXAMPLE-BATCHFILE.BAT < prev    next >
Encoding:
DOS Batch File  |  2003-04-06  |  416 b   |  30 lines

  1. echo Example Internet Macros Batch File *TRAY MODE*
  2. REM Tip: You may have to adjust the path names to YOUR installation directory of Internet Macros
  3.  
  4. "[programpath]" -macro Demo-FillForm -tray
  5. "[programpath]" -macro merge-data-example -datasource lunch.txt -tray
  6. "[programpath]" -macro merge-data-example -datasource dinner.txt -tray
  7.  
  8. echo Batch file completed
  9. pause
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.