home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / sat / sat_13 / prog / install.bat < prev    next >
DOS Batch File  |  1997-02-01  |  560b  |  19 lines

  1. @echo off
  2. echo.
  3. echo Vector to Two-Line Elements (VEC2TLE) Version 9421
  4. echo (C) Copyright 1993 Kenneth J. Ernandes
  5. echo All rights reserved
  6. echo.
  7. set dest=%1
  8. if not "%1" == "" goto begin
  9. set dest=C:\VEC2TLE
  10. :begin
  11. echo ***************************************************************
  12. echo * If you wish to install other than to: %dest%
  13. echo * enter Ctrl-Break.  Then type the following at the DOS prompt:
  14. echo * INSTALL [drive:][path]
  15. echo ***************************************************************
  16. echo.
  17. pause
  18. md %dest%
  19. copy *.* %dest%