home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / applications / artikelfinders / liam / liam-tools / copy_libs next >
Text File  |  1995-07-10  |  489b  |  21 lines

  1. echo "*n*nOk! Die benötigten Libraries werden nach Libs: kopiert.*n"
  2.  
  3. If Not exists libs:req.library
  4. copy Liam:libs/req.library to libs:
  5. endif
  6.  
  7. If Not exists libs:rexxsupport.library
  8. copy Liam:libs/rexxsupport.library to libs:
  9. endif
  10.  
  11. If Not exists libs:rexxarplib.library
  12. copy Liam:libs/rexxarplib.library to libs:
  13. endif
  14.  
  15. If Not exists libs:screenshare.library
  16. copy Liam:libs/screenshare.library to libs:
  17. endif
  18. echo "*nDie Libraries wurden erfolgreich kopiert. Viel Spaß!!"
  19. wait 10
  20. endcli
  21.