Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ECHO OFF
  2. dd if="C:\Documents and Settings\Silver Bullet.SILVER-BULLET.000\My Documents\Backup clean rom\MMC5 EXAtt MegaMan3.nes" of="C:\Documents and Settings\Silver Bullet.SILVER-BULLET.000\My Documents\Backup clean rom\testrom.nes" bs=16 skip=1
  3.  
  4. nesasm_x86 ody_kai.asm -raw -autozp
  5.  
  6. if NOT EXIST ody_kai.nes goto NoRom
  7.  
  8. copy /b header.bin + ody_kai.nes ody_kai2.nes >NUL
  9.  
  10. :NoRom
  11.  
  12. rename "ody_kai2.nes" "MMC5 EXAtt MegaMan3.nes"
  13.  
  14. move "MMC5 EXAtt MegaMan3.nes" "C:\Documents and Settings\Silver Bullet.SILVER-BULLET.000\My Documents\Backup clean rom\"
  15.  
  16. del ody_kai.nes
  17. del "C:\Documents and Settings\Silver Bullet.SILVER-BULLET.000\My Documents\Backup clean rom\testrom.nes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement