View Single Post
  #8  
Old 07-08-2003, 07:15 AM
ozme
Sarnak
 
Join Date: Dec 2002
Location: Laurinburg, NC
Posts: 62
Default For those of you who dont have delphi 5

Im sure everyone that is interested in writing a launcher knows what qbasic is and how to convert that code into there prefered language. Anyway in QB this is what the code would look like

CHDIR "C:\progra~1\everqu~1\"
shell("eqgame.exe patchme")

Run that and it will launch eq in full screen without using patcher. you could just type it into a command prompt as i think it was tumpcard that posted how to use eqgame.exe.

just remember to get it to work you have to change the dir to your eq dir
Reply With Quote