Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo %~1=ManuelSelect>> "C:\Program Files\MCEBuddy2x\config\manualqueue"
- :while
- >nul find "%~1" "C:\Program Files\MCEBuddy2x\config\manualqueue" && (
- REM File name found
- timeout 30 /nobreak
- goto :while
- ) || (
- timeout 60 /nobreak
- REM File name not found, can exit so Plex moves the file
- )
Add Comment
Please, Sign In to add comment