View Single Post
Old 27-07-2006, 09:10 AM   #7
_r.u.s.s.
I'm not Russ
but an ex-alektorophobic
 
_r.u.s.s.'s Avatar


 
Join Date: May 2005
Location: Nitra, Slovakia
Posts: 6,533
Default

well, if someone's interested what i use , for "auto execute" i use autohotkey

there s an example of my dosBOX bot
Code:
 IfWinExist, DOSBox 0.65`,Cpu Cycles:**** 3000`, Frameskip**0`, Program:** DOSBOX
{
}
else
{
run C:\programs\DOSBox-0.65\dosbox.exe, D:\programs\DOSBox-0.65
}
WinWait, DOSBox 0.65, Cpu Cycles:**** 3000, Frameskip**0, Program:** DOSBOX
sleep 1000
WinActivate
send mount C C:\gamez\{enter}
send mount D D:\{enter}
send**cycles 15000 
send d:{enter}
send mount e e:\ -t cdrom{enter}
send c: {enter}
return
__________________
_r.u.s.s. is offline                         Send a private message to _r.u.s.s.
Reply With Quote