Advertisement
Guest User

dmsWrap

a guest
Sep 9th, 2022
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.26 KB | None | 0 0
  1. @echo off
  2. setlocal
  3. rem suppress "Terminate Batch Job" prompt.
  4. rem superuser.com/a/498798
  5. if not "%~1"=="-FIXED_CTRL_C" (
  6. CALL <NUL %0 -FIXED_CTRL_C
  7. exit /b
  8. )
  9. "%~dp0dms.exe" -noTranscode -noProbe -ignoreHidden -ignoreUnreadable -path "%CD%"
  10. endlocal
  11. exit /b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement