iw2evk skrev: > Hi at all, > it's possible patch in kernel or freecom this problem caused a problem when > arachne work under freedos? > > See in attachment the comment of Joe da Silva (arachne developper) > -------------Snip----------------------------------------- > Hi Roberto, > s you may recall, the problem I found with FreeDOS compatibility > was with the following line in 'mime.cfg' : > > file/apm.dgi >HTM|[100]copy $eapm.htp+$esystem\\apm.db\\*.htm $2>NUL > > Unfortunately, the command processor in FreeDOS gets confused > by the somewhat elaborate concatenation required here. OTOH, > both M$-DOS and DR-DOS handle it without any problem. > > In searching for a solution, I tried a few file copy and > concatenation utilities. The one I found that could be made > to work was 'cat.exe' from the lynx386 distribution (BTW, > I think this utility originally came from www.delorie.com). > > If you copy this 'cat.exe' into the Arachne directory (or if > we include it in future distributions), then the following > line in 'mime.cfg' works with FreeDOS (and other DOSes) : > > file/apm.dgi >HTM|cat -s $eapm.htp $esystem\\apm.db\\*.htm >$2 > > Note that the "-s" option (must be lower case) forces 'cat.exe' > to treat files as ASCII, so doesn't copy any ^Z characters ... > > Joe. > > > Instead of requiring that the freeDOS developers understand mime.cfg I'll make a more simplified command: copy infile directory\*.htm outfile
An easy solution would of course be to add the mentioned cat.exe into the Arachne distribution(s) but it would also be nice if this could be fixed in freecom. -- Bernhard Eriksson, Wermlandsdata Fryxellsgatan 2, 652 22 Karlstad 054 - 15 69 00, http://www.wermlandsdata.se/ Datorer, tillbehör, service, programmering mm. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
