Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.14 KB | None | 0 0
  1. @echo off
  2. title Auto recompile
  3. cls
  4. pause
  5. :c
  6. dir /O:D /S /A:-D >> l.l
  7. FOR /F "tokens=2 delims==" %%a IN ('find " " ^<l.l') DO SET file=%%a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement