VOGONS


First post, by golencio

User metadata
Rank Newbie
Rank
Newbie

Is there a way that makes DOSBox interact with windows 7 programs? In fact, I want to send a document from DOSBox in .pdf format via email.

In Windows XP I was able to do that becouse I was running my DOS program, and from there I was able to run a Windows program (DOSPrinter) that converts my DOS document in .pdf format and sends e-mail via Outlook Express.

Now with Windows 7, I can't find a way to run a Windows program from a DOSBox line. Can anybody help me?

Reply 1 of 5, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

DOSBox is not designed to do that. It's intended to run games.

You could probably create a bat file which does something like this:

dosbox myprogram.exe
if exist document.pdf mail document.pdf
if exist somethingelse do something else

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 5, by golencio

User metadata
Rank Newbie
Rank
Newbie

Hmmm.. no, I can't start a mailing program from DOSBox...

Reply 4 of 5, by golencio

User metadata
Rank Newbie
Rank
Newbie

This would be great, do you have any suggestions about the "monitoring" program?

Reply 5 of 5, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Googling for <windows "directory monitor"> should get you started.