home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / updates+patches / wildfire_update / install_update < prev    next >
Encoding:
Text File  |  1998-05-26  |  421 b   |  14 lines

  1. assign WF: exists >nil:
  2. if warn
  3.  echo "Attention: WF: Assign is not Found! Check your installation!" >t:temp1.txt
  4.  echo "..." >>t:temp1.txt
  5.  echo "Achtung: Das WF: Asign ist nicht vorhanden! Überprüfen Sie Ihre Installation!" >>t:temp1.txt
  6. else
  7.  copy #? wf: all
  8.  delete wf:Install_Update#? >NIL:
  9.  echo " " >t:temp1.txt
  10.  echo "Installation o.k." >>t:temp1.txt
  11. endif
  12. SYS:Utilities/more t:temp1.txt
  13. delete t:temp1.txt >nil:
  14.