Advertisement
Androxilogin

Make Kodi Portable Script

Nov 28th, 2014 (edited)
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @echo off
  2. title Make Kodi Portable
  3. xcopy %APPDATA%\Kodi "C:\Program Files\Kodi\Portable_Data" /s /e /i /h /y
  4. echo.
  5. echo.
  6. echo ---- Kodi is now portable.
  7. echo ---- Press any key now to
  8. echo ---- remove previous data.
  9. echo.
  10. echo.
  11. pause>nul
  12. del %APPDATA%\Kodi\ /q /f /s
  13.  
  14. -----------------------------------------------
  15. NEW BATCH
  16.  
  17. @echo off
  18. Start "C:\Program Files\Kodi\Kodi.exe" -p
  19.  
  20. -----------------------------------------------
  21. Put this second batch file inside of the Kodi folder then drag and drop that folder to your device. Load the .bat file from your device.
  22.  
  23. Note: Other computers will also have to have Visual C++ & DirectX as required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement