On Thu, 12 Jun 2003, bbg wrote: > The command interpreter does not execute commands with full path > e.g. [drive:]\[path]\command > ex: c:\app\app[.exe] or
that does not work indeed. > \app\app[.exe] this works for me. It looks like bin\app.exe is interpreted as bin \app.exe probably as a result of trying to get cd\bin working somewhere between DOSEMU 1.1.3 and 1.1.5. > Is this a limitation of freedos or of the (internal to dosemu, as I > remember) command interpreter? > So, how can be this fixed? it appears that you can work around it by typing a space in front of the command. D:\SOURCE> bin\ls.exe works but D:\SOURCE>bin\ls.exe doesn't. or use another command.com. or fix the source in src/plugin/commands/comcom.c Bart - 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
