Hi Petr Am Sonntag, 23. Mai 2004 16:45 schrieb Petr Tomasek: > I'm trying to bind some old DOS program with my desktop > (GNOME) file-type--program association, so I need > to pass the filename to the program. This can be done > throught the environment and the 'unix -s' dosemu command, > but the problem is I need to transform the linux path > somehow into the DOS.
Make a batch file in DOS, say programm.bat with ----------------------------------- cd programm_directory call programm exitemu ----------------------------------- Then call DOSemu from GNOME with xdosemu programm.bat That's it. (You really should read the documentation!) cu Claudia - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
