home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / geturl.zip / wthrback.cmd < prev    next >
OS/2 REXX Batch file  |  1995-12-04  |  338b  |  10 lines

  1. /* Rexx Program */
  2. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  3. call SysLoadFuncs
  4. call SysFileTree "*.cmd", file, 'FO'
  5. "geturl -o tmp.gif http://www.intellicast.com/weather/usa/sat.gif"
  6. "gbmsize.exe -h 768 -w 1024 tmp.gif tmp.bmp"
  7. "del tmp.gif"
  8. call SysFileTree "tmp.bmp", file, 'FO'
  9. "backgrnd "file.1
  10. "del tmp.bmp"