Jump to content

erementar1

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by erementar1


  1. 將此檔案用記事本編輯,另存為*.bat

     

    @Echo Off
    title POE語系切換

    :A
    for /f "delims= " %%i in ('tasklist^|find /i "PathOfExile.exe"') do (
    if /i "%%i"=="PathOfExile.exe" goto Q)
    goto F

    :Q
    Echo.請關閉POE主程式
    ping 127.1 -n 2 >nul
    cls
    goto A

    :F
    Echo.請輸入代碼
    Echo 1:英文化
    Echo 2:中文化
    Echo 3:觀看使用教學


    choice /c 123 /n

    if errorlevel 3 goto 3
    if errorlevel 2 goto 2
    if errorlevel 1 goto 1

    :1
    @ren POETW POETW2
    @ren POETW3 POETW
    cls
    echo.目前英文化
    echo.
    goto A

    :2
    @ren POETW POETW3
    @ren POETW2 POETW
    cls
    echo.目前中文化
    echo.
    goto A

    :3
    cls
    echo 使用教學:
    echo 步驟1:將此檔案放至POE資料夾GameDate/Apps/ 底下
    echo.
    echo 步驟2:將英文化所需檔案資料夾命名為POETW3
    echo         並放置在GameDate/Apps/ 底下
    echo.
    echo.
    echo.
    goto A

     

    • Upvote 3
×
×
  • Create New...