Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @ECHO off
  2. for /f "tokens=*" %%a in ('dir /b *.mls') do (
  3.   echo.
  4.   echo Test: %%a
  5.   mlc.exe %%a > "%%~na.test"
  6.   echo n | comp %%~na.out %%~na.test
  7.   echo.
  8. )
Add Comment
Please, Sign In to add comment