home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 October / Amiga_Games_Extra_CD_10-96.bin / rexx / hip_move.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  106b  |  9 lines

  1. /* HippoPlayer - Move file <number> after chosen file */
  2.  
  3. parse arg num
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. move num
  8.  
  9.