Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #a::
  2. if WinExist("DOSBox")
  3. {
  4. WinActivate
  5. WinClose, DOSBox
  6. }
  7.  
  8. Sleep 750
  9. Run C:\Program Files\DOSBox-0.74\DOSBox.exe
  10. WinWait, DOSBox 0.74
  11. WinActivate
  12. Sleep 750
  13.  
  14. Send mount e C:\p23x{Enter}e:{Enter}dbset{Enter}cd PARSE{Enter}cls{Enter}
  15. return
  16.  
  17. #space::
  18. Send ml /c /Zi /Fl parse.asm {Enter}
  19. Sleep 700
  20. Send link /CO parse.obj{Enter}{Enter}{Enter}{Enter}{Enter}
  21. Sleep 1200
  22. return
  23.  
  24. #shift::Send del out.txt{Enter}testpars sample.in out.txt{Enter}type out.txt{Enter}
Add Comment
Please, Sign In to add comment