home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 216.lha / RexxArpLib_v2.1 / rexx / filelist / editfile.txed < prev    next >
Encoding:
Text File  |  1996-02-15  |  154 b   |  12 lines

  1. /* this is edit file*/
  2. OPTIONS results
  3.  
  4. STATUS L
  5.  
  6. parse var result filename rest
  7.  
  8. frompath = getenv("dufromdir")
  9.  
  10. address command "e "frompath||filename
  11.  
  12.