Advertisement
Guest User

Updated Run.Bat for FiveM (Updated for Server testing)

a guest
Apr 12th, 2017
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @echo off
  2. taskkill /IM CitizenMP.Server.exe
  3. taskkill /f /im FiveM.exe
  4. cd "C:\Users\"YOUR USER ACCOUNT HERE"\Desktop\cfx-server\cache\http-files"
  5. del /F /Q .
  6. cd "C:\Users\"YOUR USER ACCOUNT HERE"\Desktop\cfx-server"
  7. start CitizenMP.Server.exe %*
  8. cd "C:\Users\"YOUR USER ACCOUNT HERE"\Desktop\FiveM"
  9. start FiveM.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement