home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / mse.zip / aftrscrn.cmd next >
OS/2 REXX Batch file  |  1997-05-09  |  420b  |  15 lines

  1. rem
  2. rem This script is run (minimized) after a screen capture.
  3. rem Input is the name of the newly created bitmap.
  4. rem Modify to taste -- this is only a sample.
  5. rem
  6.  
  7. rem
  8. rem Iconify the image using ICONIFY.EXE from the FM/2 Utilities:
  9. rem Note it may be necessary to use "View->Refresh now" in a folder
  10. rem to make the new icon show up.  Weird and multiform are the ways
  11. rem of OS/2.
  12. rem
  13.  
  14. ICONIFY.EXE /h %1
  15.