Arcade Collecting > Merit/JVL Touchscreen

Boot Issue With Megatouch XL Gold

<< < (8/13) > >>

obcd:
return to dos and check it out. The f drive letter should exist, but the megacdll.exe file it's looking 4 isn't there.
Check the autoexec.bat file to figure out what folder will become your f drive. (It's c:\megat or something like that..)
Copy the contents of your cd disk to that folder.

Check the post about fakecd. It should work to get rid of the error message about the cd being copied.

obcd:
If I remember well, delall was a .bat file that was in the root of my cd.

Some versions of megatouch use a different exe to start (megacdll.exe)
Sometimes, that file is not in the root but in a subfolder of your cd  (could be the bin folder)

Some small tweaks to the autoexec.bat file should fix those differences.

ice2921:
I copied the file to the c:\mega folder and now I get the following:

ice2921:
Ok so in my case the megacdll.exe is located on \EXEC folder on the CD. So I modified the LAUNCHIT.BAT from:


--- Code: ---:runit
d:
f:\delall
copy f:\megacdll.exe d:\
copy f:\thefiles.dat d:\
megacdll
if not exist d:\escape goto runit
--- End code ---

to:


--- Code: ---:runit
d:
f:\delall
copy f:\EXEC\megacdll.exe d:\
copy f:\thefiles.dat d:\
megacdll
if not exist d:\escape goto runit
--- End code ---

I still get the failed to open file mefacdll. Also seems as though the language is different I tried modifying the FDCONFIG.SYS and removed !SET lang=NL but it still looks like it trying to alter the language.

obcd:
you might temporary remark the last line so that it brings you back to dos if it's not working.
so once in dos, do a dir d: and see if your stuff is there.
there might be a keyb be somewhere in the autoexec.bat.
Change that for your correct keyboard layout.
Not sure if freedos itself was in dutch as well. Thought I used the english version.

In worst case, you could always copy the files you need from it and work with your own freedos version.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version