Advertisement
YeiZeta

Scriptfix .bat

Nov 17th, 2012
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. @echo off
  2. title Pato's ScriptFix - Spore SaveGame Fix
  3. call :vars
  4. :vars
  5. set s=set
  6. %s%s2=%s% /p
  7. %s%z=%s%
  8. %z%ca=call
  9. %s%d=d
  10. %z%e=ec
  11. %s%c=cls
  12. %s%h=ho
  13. %z%omg=
  14. %z%i=if
  15. %s%r=r
  16. %s%path=%homedrive%%homepath%\Datos de programa\SPORE\Games
  17. %z%g=%path:~-5%
  18. %s%m1=El script no ha logrado encontrar la carpeta de partidas guardadas,
  19. %s%m2=asegurese de que la misma exista en %path%
  20. %s%m3=caso contrario es recomendable la reinstalacion del software.
  21. %s%g=%g:~0,4%
  22. %z%o=old
  23. :mnu
  24. color 1f
  25. %e%%h%%omg% _________ _________ _________ _________ _________ & %e%%h%%omg% / _____/ / ___ / / ___ / / ___ / / ______/
  26. %e%%h%%omg% / /___ / /__/ / / / / / / /__/ / / /__ & %e%%h%%omg% /___ / / ______/ / / / / / _ _/ / ___/
  27. %e%%h%%omg% ____/ / / / / /__/ / / / ^| ^| / /_____ & %e%%h%%omg% /________/ /__/ /________/ /__/ ^|__^| /________/
  28. %e%%h%. & %e%%h%%omg% _________ ____ ___ ___ ________________________________
  29. %e%%h%%omg% / ______/ / / / /_/ / /_______________________________/ & %e%%h%%omg% / /__ / / /_ _/ ________________________________
  30.  
  31. %e%%h%%omg% /__/ /___/ /__/ /__/ /_______________________________/ & %e%%h%.
  32. %e%%h% --------------------------------------------------------------+
  33. %e%%h% 1) LEER ANTES DE USAR /
  34. %e%%h%. /
  35. %e%%h% 2) REPARAR JUEGO /
  36. %e%%h% ----------------------------------------------------------+
  37. %e%%h%.
  38. %s2%opc01=Ingresa el numero de la opcion y presiona enter:
  39. if %opc01%==1 (%ca%:info)
  40. if %opc01%==2 (%ca%:fix) else (%ca%:mnuerror)
  41. :info
  42. %c%
  43. %e%%h%%omg% _________ _________ _________ _________ _________ & %e%%h%%omg% / _____/ / ___ / / ___ / / ___ / / ______/
  44. %e%%h%%omg% / /___ / /__/ / / / / / / /__/ / / /__ & %e%%h%%omg% /___ / / ______/ / / / / / _ _/ / ___/
  45. %e%%h%%omg% ____/ / / / / /__/ / / / ^| ^| / /_____ & %e%%h%%omg% /________/ /__/ /________/ /__/ ^|__^| /________/
  46. %e%%h%. & %e%%h%%omg% _________ ____ ___ ___ ________________________________
  47. %e%%h%%omg% / ______/ / / / /_/ / /_______________________________/ & %e%%h%%omg% / /__ / / /_ _/ ________________________________
  48.  
  49. %e%%h%%omg% /__/ /___/ /__/ /__/ /_______________________________/ & %e%%h%.
  50. %e%%h% --------------------------------------------------------------------+
  51. %e%%h% El Spore(tm) 1.1 de la empresa EA tiene un crash al ejecutar el /
  52. %e%%h% el juego, la pantalla se pone negra, y un error una ventana de /
  53. %e%%h% error aparece, esto se debe a una falla al cargar una dicha /
  54. %e%%h% partida. Los de EA se avivaron en crear un respaldo de /
  55. %e%%h% nuestra partida, es decir, cada vez que guardamos, /
  56. %e%%h% guardamos 2 veces. /
  57. %e%%h% http://hackerarray.mforos.com /
  58. %e%%h% -----------------------------------------------------------+
  59. pause
  60. %c%
  61. %ca%:mnu
  62. :fix
  63. if exist %path% (
  64. attrib -r /s %path%\%g%0
  65. rd /s /q %path%\%g%0
  66. ren %path%\%g%0.%o% %path%\%g%0
  67. attrib +r /s %path%\%g%0
  68. %e%%h%.
  69. %e%%h%.
  70. %e%%h% La partida a sido restaurada.
  71. %e%%h%.
  72. %e%%h%.
  73. pause
  74. exit
  75. ) else (
  76. (
  77. msg * /time:03 %m1%%m2%%m3%
  78. exit
  79. )
  80. :mnuerror
  81. %ca%:mnu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement