Advertisement
Heacien

EMPLOYED-Need Help

Aug 7th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 4.62 KB | None | 0 0
  1. @echo off
  2. set version=Alpha_0.1
  3. set dev_date=07.08.2015
  4. title EอMอPอLอOอYอEอD ^| SetUp
  5. cd \
  6. if not exist \Games\Employed\ (
  7.     md \Games\Employed
  8.     goto :test_for_setup
  9.     ) else (
  10.     goto :test_for_setup
  11.     )
  12. :test_for_setup
  13. if exist Games\Employed\%version%_%dev_date%.$$$ (
  14.     goto :setup_error
  15.     ) else (
  16.     cd \
  17.     cd \Games\Employed
  18.         (
  19.         echo %version%
  20.         echo %dev_date%
  21.         ) > %version%_%dev_date%.$$$
  22.             (
  23.             :setup_start
  24.             REM -------EMPLOYED-template_2985.bat----------------------
  25.             (
  26.                 @echo off
  27.                 title Hierarchie of %company% ^|  EอMอPอLอOอYอEอD
  28.                 color 0f
  29.                 cls
  30.                 mode con cols=34 lines=50
  31.                 echo ษออออออออออออออออออออออออออออออป
  32.                 echo บ Hierarchie of %company%
  33.                 echo.ฬออออออออออออออออออออออออออออออน
  34.                 echo. บ 1) C.E.O.  บ Chief Executive บ
  35.                 echo. บ            บ  Officer        บ
  36.                 echo. บ            บ                 บ
  37.                 echo. บ 2) V.P.    บ Vice President  บ
  38.                 echo. บ            บ                 บ
  39.                 echo. บ            ^|                 บ
  40.                 echo. บ 3) M.D.    ^| Managing        บ
  41.                 echo. บ            ^|  Director       บ
  42.                 echo. บ            ^|                 บ
  43.                 echo. บ 4) Director^| Director        บ
  44.                 echo. บ            ^|                 บ
  45.                 echo. บ            ^|                 บ
  46.                 echo. บ 5) G.M.    ^| General Manager บ
  47.                 echo. บ            ^|                 บ
  48.                 echo. บ            ^|                 บ
  49.                 echo. บ 6) D.M.    ^| Office Manager  บ
  50.                 echo. บ            ^|                 บ
  51.                 echo. บ            ^|                 บ
  52.                 echo. บ 7) A.M.    ^| Accounting      บ
  53.                 echo. บ            ^|  Manager        บ
  54.                 echo. บ            ^|                 บ
  55.                 echo. บ 8) F.S.    ^| Finance         บ
  56.                 echo. บ            ^|  Supervisor     บ
  57.                 echo. บ            ^|                 บ
  58.                 echo. บ 9) C.S.    ^| Customer Serviceบ
  59.                 echo. บ            ^|                 บ
  60.                 echo. บ            ^|                 บ
  61.                 echo. บ 10) Intern ^| Intership       บ
  62.                 echo. บ            ^|                 บ
  63.                 echo. บ            ^|                 บ
  64.                 echo. บ 11) Clean  ^| Cleaner         บ
  65.                 echo. บ            ^|                 บ
  66.                 echo. บ            ^|                 บ
  67.                 echo. ศออออออออออออออออออออออออออออออผ
  68.                 exit /b
  69.             ) > EMPLOYED-template_2985.bat
  70.             REM -------EMPLOYED-Hierarchie.bat-------------------------
  71.             (
  72.                 @echo off
  73.                 :a
  74.                 call EMPLOYED-template_2985
  75.                 timeout 1 /nobreak >nul
  76.                 goto :a
  77.             ) > EMPLOYED-Hierarchie.bat
  78.             cd \
  79.             if not exist %userprofile%\Desktop\EMPLOYED.bat (
  80.                 cd %userprofile%\Desktop\
  81.                 echo cd \ > EMPLOYED.bat
  82.                 echo cd \Games\Employed >> EMPLOYED.bat
  83.                 echo start EMPLOYD-Main.bat >> EMPLOYED.bat
  84.                 echo exit >> EMPLOYED.bat
  85.                 )
  86.         cls
  87.     echo ษออออออออออออออออออออออออออออออป
  88.     echo บ        Finish!               บ
  89.     echo บ 3  File created.             บ
  90.     echo ฬออออออออออออออออออออออออออออออน
  91.     echo บ Start the game over          บ
  92.     echo บ EMPLOYED.bat on your Desktop บ
  93.     echo.ศออออออออออออออออออออออออออออออผ
  94.     echo. Push any button to leav.
  95.     pause > NUL
  96.     exit
  97.     start EMPLOYED-SetUp.bat
  98.     pause
  99.     exit
  100.     )
  101. :setup_error
  102. mode con cols=48 lines=50
  103. title EอMอPอLอOอYอEอD ^| SetUp-ERROR!
  104. color 4f
  105. cls
  106. echo.
  107. echo.          ษอEอRอRอOอRป
  108. echo.          ศEอRอRอOอRอผ
  109. echo.
  110. echo.  Is EMPLOYED Already installed?
  111. echo.   For Help contact me:
  112. echo.    info.heacien@gmail.com
  113. echo. อออออออออออออออออออออออออออออออออออออออออออออ
  114. echo.   If you wonna reinstall the game,
  115. echo.    delete the complete /Employed/ Folder.
  116. echo.    And try the SetUp again.
  117. echo. อออออออออออออออออออออออออออออออออออออออออออออ
  118. echo.  Be careful when you have some other file in
  119. echo.   the folder!
  120. echo. อออออออออออออออออออออออออออออออออออออออออออออ
  121. echo. Push any button to leav.
  122. pause > NUL
  123. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement