home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / ViewDIZ.lha / ViewDIZ / C / CEDfind.s next >
Text File  |  1998-03-02  |  262b  |  15 lines

  1. failat 15
  2. search >t:temp from=s:user-startup search=CygnusED nonum
  3. if not warn
  4.     execute >nil: t:temp
  5.     path >t:temp show
  6.     search >env:cedpath from=t:temp search=CygnusED nonum
  7.  
  8.     if not warn
  9.         setenv cedpath `type env:cedpath`
  10.         endif
  11.  
  12.     endif
  13.  
  14. delete >nil: t:temp
  15.