home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / flightsi / clone20.zip / CLONE20.BAT next >
DOS Batch File  |  1993-08-06  |  2KB  |  88 lines

  1. @echo off
  2. %1 %2 %3 %4
  3. echo Usage: clone20  pilot's name to clone, which disk drive he is on (A or B)
  4. echo clone, dirextory X-Wing is installed to (c:\xwing), and then the name
  5. echo you want your pilots to be backed up to.
  6. echo
  7. pause
  8. echo
  9. Echo You should have typed "CLONE " and then the pilot's name you wanted to
  10. echo clone, and then A (if it is in the A drive, or B if it is the B drive.) 
  11. echo If you did not, Press
  12. echo Ctr-C now. You should be using DOS 5.0 or higher (otherwise, I'm not
  13. echo sure if the commands will work.
  14. echo
  15. echo And after that the directory that X-Wing is installed to. (c:\xwing)
  16. echo
  17. echo If you find this useful please tell me so. Write to me  on Academia. My
  18. echo name is Alexander Golden, but you should write to me at DAVID GOLDEN. 
  19. echo It will take up some space to clone your pilots. And don't have any pilots
  20. echo named with all the same letters in their name, like A, BB, CCCCC, and
  21. echo stuff like that.
  22. echo Thanks.
  23. echo
  24. echo You might get the message Duplicate file name, or something like that. Just
  25. echo ignore it.
  26. echo
  27. pause
  28. echo
  29. echo Now backing up the pilots.
  30. pause
  31. md %4
  32. move %3\*.plt %4
  33. echo Now cloning pilot %1
  34.  
  35. cd\
  36. cd\xwing1
  37. rename %1.plt a.plt
  38. copy %2:\%1.plt %3
  39. rename %1.plt aa.plt
  40. copy %2:\%1.plt %3
  41. rename %1.plt aaa.plt
  42. copy %2:\%1.plt %3
  43. rename %1.plt aaaa.plt
  44. copy %2:\%1.plt %3
  45. rename %1.plt aaaaa.plt
  46. copy %2:\%1.plt %3
  47. rename %1.plt aaaaaa.plt
  48. copy %2:\%1.plt %3
  49. rename %1.plt b.plt
  50. copy %2:\%1.plt %3
  51. rename %1.plt bb.plt
  52. copy %2:\%1.plt %3
  53. rename %1.plt bbb.plt
  54. copy %2:\%1.plt %3
  55. rename %1.plt bbbb.plt
  56. copy %2:\%1.plt %3
  57. rename %1.plt bbbbb.plt
  58. copy %2:\%1.plt %3  
  59. rename %1.plt bbbbbb.plt
  60. copy %2:\%1.plt %3
  61. rename %1.plt c.plt
  62. copy %2:\%1.plt %3  
  63. rename %1.plt cc.plt
  64. copy %2:\%1.plt %3
  65. rename %1.plt ccc.plt
  66. copy %2:\%1.plt %3
  67. rename %1.plt cccc.plt
  68. copy %2:\%1.plt %3  
  69. rename %1.plt ccccc.plt
  70. copy %2:\%1.plt %3  
  71. rename %1.plt cccccc.plt
  72. copy %2:\%1.plt %3
  73. rename %1.plt d.plt
  74. copy %2:\%1.plt %3     
  75. rename %1.plt P.plt
  76. copy %2:\%1.plt %3     
  77. rename %1.plt ddd.plt
  78. copy %2:\%1.plt %3     
  79. rename %1.plt dddd.plt
  80. copy %2:\%1.plt %3     
  81. rename %1.plt ddddd.plt
  82. copy %2:\%1.plt %3     
  83. rename %1.plt dddddd.plt
  84. copy %2:\%1.plt %3
  85. echo All done. Thanks for using. All I ask for is your opinions. If you like 
  86. echo or don't like it, tell me. Thanks.
  87.  
  88.