Heya,
I installed dosbox and a few ganes in dosbox. Due to some key mapping error I need to delete a file called ‘mapper.exe’ this is supposedly a dosbox file, however I can’t find it.
I know for a fact it is NOT in /home/jacob/.dosbox/
Daqar
Heya,
I installed dosbox and a few ganes in dosbox. Due to some key mapping error I need to delete a file called ‘mapper.exe’ this is supposedly a dosbox file, however I can’t find it.
I know for a fact it is NOT in /home/jacob/.dosbox/
Daqar
If no-one comes up with a better solution, install locate in find-utils from YaST (enter ‘locate’ in the search).
Open a console
su –
updatedb
(This will take some time)
locate mapper.exe
N.B. after locate has been installed, openSUSE takes care of regular updates; so you can normally use locate without using su –
Sounds like locate might be a useful tool to have, when you, like me, can’t remember where you put the files, but somehow remember the file names…I’ll try that one out. Thanks ! :)
Daqar