Advertisement
LuigiBlood

batch append

Jul 29th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. REM Append a file (00.bin) to the end of other files
  2. :Continue
  3. shift
  4. copy /b %0 + 00.bin %0
  5. if [%0] NEQ [] GOTO :Continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement