Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- if exist %1.obj del Speech5.obj
- if exist %1.exe del Speech5.exe
- \masm32\bin\Ml.exe /c /coff /Fl Speech5.asm
- \masm32\bin\Link.exe /SUBSYSTEM:WINDOWS Speech5.obj
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement