Advertisement
Guest User

drop_here_to_edit_and_play_result.bat

a guest
Jul 2nd, 2021
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.12 KB | None | 0 0
  1. py drop_here_to_edit.py %1 %2
  2. @echo off
  3. for /f "tokens=*" %%a in ('dir /A:-D /B /O:-D /S "..\output"') do %%a && exit
  4. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement