home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / ADPro251-3.DMS / ADPro251-3.adf / ADProScripts.lha / N6.adpro < prev    next >
Encoding:
Text File  |  1994-01-31  |  548 b   |  26 lines

  1. /*
  2. ** N6.adpro
  3. **
  4. ** $VER: N6.adpro 1.1.0 (26.10.93)
  5. **
  6. ** This ADPro/MorphPlus script will be launched if you press the
  7. ** numeric keypad's 6 key.  It saves the current raw image data in
  8. ** either program to swap buffer 6 (assigned to the T: directory).
  9. **
  10. ** NOTE: This script MUST be located in your ADPROSCRIPTS: assigned directory.
  11. **
  12. ** This script requires ADPro v2.5.0 (or higher).
  13. **
  14. ** Copyright © 1992-1993 ASDG, Incorporated
  15. ** All Rights Reserved
  16. */
  17.  
  18.  
  19. ADDRESS "ADPro"
  20. OPTIONS RESULTS
  21.  
  22.  
  23. CALL "ADPROSCRIPTS:LoadSwapBuff.adpro" 6
  24.  
  25. EXIT 0
  26.