home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 July / PCO_07_97.ISO / filesbbs / OS2 / MSE.ARJ / MSE.ZIP / aftrscrn.cmd next >
Encoding:
Text File  |  1997-05-09  |  420 b   |  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.