home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 11 / CD_1.iso / wingames / lucas / install.bat < prev    next >
DOS Batch File  |  1993-03-16  |  2KB  |  62 lines

  1. echo off
  2. cls
  3. ECHO TSL INSTALL FILE Copyright (C) 1993, THE SOFTWARE LABS, All Rights Reserved
  4. if not exist tslhelp.* goto problem
  5. if %1x == x goto error
  6. if %2x == x goto error
  7. if %1 == %2 goto error
  8. if %2 == a: goto error
  9. if %2 == A: goto error
  10. if %2 == B: goto error
  11. if %2 == b: goto error
  12. ECHO  
  13. ECHO Installing the program on drive %2\WGAMES?  Is this where you want the
  14. echo program to be installed? If not, please press CTRL-C (several times) to break
  15. echo out of this installation.
  16. echo  
  17. pause
  18. %2
  19. cd\
  20. md WGAMES
  21. cd \WGAMES
  22. COPY %1*.*
  23. ECHO  
  24. ECHO ...Installation complete.
  25. ECHO  
  26. ECHO OFF
  27. goto done
  28. :error
  29. cls
  30. echo An error has occurred because you either did not read the TSLHELP or did not
  31. ECHO performed the commands as instructed.
  32. echo  
  33. echo  
  34. echo  
  35. goto done
  36. :problem
  37. echo ─────────────────────────────────┤  WARNING  ├─────────────────────────────────
  38. echo This disk  does not  contain all the files that were included  on  the diskette 
  39. echo distributed by  THE SOFTWARE LABS. If you received  this  disk from a relative,
  40. echo friend, or acquaintance,  please ask them to give you ALL of the files on their
  41. echo original TSL disk.
  42. echo  
  43. echo If you PURCHASED this disk from someone other than THE SOFTWARE LABS, then:
  44. echo 1 - You did not get to take advantage of our everyday low prices  and our money
  45. echo     saving 12 FREE DISK offer.  So, you  probably  paid too much for this disk!
  46. echo 2 - You did not get to take advantage of the incredible  selection of thousands
  47. echo     of excellent  programs  we offer in our  world famous  TSL Catalog with its
  48. echo     fully detailed descriptions.
  49. echo 3 - You cannot take advantage  of the  FREE  technical support that TSL offers.
  50. echo 4 - We cannot guarantee this disk to be free from computer virus contamination.
  51. echo  
  52. echo THE SOFTWARE LABS  authorizes  no one else to sell our disks.  This is the only
  53. echo way we can control the serious problem of computer viruses.   Every disk copied
  54. echo at our professional duplication facility is LABORATORY CERTIFIED VIRUS-FREE. If
  55. echo we let other  vendors  duplicate our disks, we could not make  this  guarantee.
  56. echo Unauthorized sellers violate our copyrights and  expose  you  unnecessarily  to
  57. echo virus contamination. If you believe this disk is an unauthorized copy,  call us
  58. echo TOLL FREE at  1-800-359-9998  to receive the latest  TSL  Catalog at no charge.
  59. :done
  60. pause
  61. cls
  62.