VOGONS


First post, by orac81

User metadata
Rank Newbie
Rank
Newbie

I was wondering if anyone knew of an online DOSBOX website that allowed programs linked from other sites to run emulated in a browser? It seems all the sites i can find only run a very small subset of selected games.

Ideally i would like it to be so that i could add the path to the program I want to run in a single http link, and it goes off and runs the program.

Or would i have to host a js version of dosbox?

Any ideas?

https://github.com/orac81

https://github.com/orac81

Reply 1 of 2, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Sounds like a security and legal nightmare. You'll either need to host your own version or have the website(s) hosting dosbox host it. IIRC, archive.org the last time I looked at it years ago caches the app\game locally when a user runs it.

How To Ask Questions The Smart Way
Make your games work offline

Reply 2 of 2, by orac81

User metadata
Rank Newbie
Rank
Newbie

Its interesting that this is fully allowed by many c64 online emulator sites, you can drag and drop and run your own programs, ie:
https://c64online.com/c64-online-emulator/

But because the dos code is an "prog.exe", maybe we think its more "dangerous" than a c64 prg executable? In reality its the same sort of code interpreter, as long as the web emulator is properly designed, its completely isolated and safe.
The emulator code runs on the users device, not the web server.

https://github.com/orac81