home *** CD-ROM | disk | FTP | other *** search
- assign WF: exists >nil:
- if warn
- echo "Attention: WF: Assign is not Found! Check your installation!" >t:temp1.txt
- echo "..." >>t:temp1.txt
- echo "Achtung: Das WF: Asign ist nicht vorhanden! Überprüfen Sie Ihre Installation!" >>t:temp1.txt
- else
- copy #? wf: all
- delete wf:Install_Update#? >NIL:
- echo " " >t:temp1.txt
- echo "Installation o.k." >>t:temp1.txt
- endif
- SYS:Utilities/more t:temp1.txt
- delete t:temp1.txt >nil:
-