Advertisement
GlobalAccessSoftware

copy_externals.bat

Nov 16th, 2023
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.50 KB | Software | 0 0
  1.  
  2.  
  3. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  4. :: Revised everything below @ v7.9.7.73 20221112010004
  5. :: and thus some of the above. -JpE-
  6. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  7. ::: set ver=v7.9.8.94 20221203232425 by -JpE-
  8.  
  9. ::: RC6
  10. :externals
  11. echo %l1%
  12. if %r3v3rs3% equ 2 goto return
  13.  
  14. ::: just_externals.bat file-check.
  15. if not exist %ext1% echo .
  16. if not exist %ext1% echo %l1%
  17. if not exist %ext1% echo    ***** "%ext0%" NOT FOUND. *****
  18. if not exist %ext1% echo %l1%
  19. if not exist %ext1% echo .
  20. if not exist %ext1% goto return
  21.  
  22. ::: bk1 is I:
  23. ::: special flag.
  24. set /a exit5=0
  25. set destiny=%bk1%
  26. if exist %ext1% if exist %destiny% call %ext1%
  27. if not exist %destiny% set /a w=1
  28. if %exit5% equ 1 set /a w=1
  29. if %w% equ 1 call %notonline%
  30.  
  31. ::: bk2 is X:
  32. set /a exit5=0
  33. set destiny=%bk2%
  34. if exist %ext1% if exist %destiny% call %ext1%
  35. if not exist %destiny% set /a w=2
  36. if %exit5% equ 1 set /a w=2
  37. if %w% equ 2 call %notonline%
  38.  
  39. ::: bk3 is H:
  40. set /a exit5=0
  41. set destiny=%bk3%
  42. if exist %ext1% if exist %destiny% call %ext1%
  43. if not exist %destiny% set /a w=3
  44. if %exit5% equ 1 set /a w=3
  45. if %w% equ 3 call %notonline%
  46.  
  47. ::: bk4 is U:
  48. set /a exit5=0
  49. set destiny=%bk4%
  50. ::: Special Consideration for U: as catch-all.
  51. set /a was=%wipe% & set /a wipe=0
  52. if exist %ext1% if exist %destiny% call %ext1%
  53. set /a wipe=%was%
  54. if not exist %destiny% set /a w=7
  55. if %exit5% equ 1 set /a w=7
  56. if %w% equ 7 call %notonline%
  57.  
  58.  
  59. :return
  60.  
  61.  
  62.  
  63. :: 100% -JpE-
  64.  
  65.  
  66.  
  67.  
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement