Guest User

Untitled

a guest
Feb 25th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. @echo off
  2. for %%I in (*.raml) do (
  3. call raml2html3 -i "%%~I" -o "%%~nI.html"
  4. )
Add Comment
Please, Sign In to add comment