public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Bug in DOSemu-FreeDOS-bin?
@ 2003-08-23 15:05 Stas Sergeev
  0 siblings, 0 replies; 7+ messages in thread
From: Stas Sergeev @ 2003-08-23 15:05 UTC (permalink / raw)
  To: linux-msdos

Hello.

kontrare wrote:
> i dont know if this will help but i seem to remember
> doing a bit of  coding a ways back and using
> fopen("c:\filename","r+b") in dos it wouldn't see the
> file till i did fopen("c:\\filename","r+b") so it may be
> the doshell is eating the first backslash
This has to do nothing with dosshell neither
with DOS or anything else of that kind.
The special chars in C must be prepended with
the backslash which discards their special
meaning or adds a special meaning to a normal
chars. Backslash itself is a special char also.
Just run the program like that:
---
#include <stdio.h> 

 
                    int main() { 

  printf("test\test\n"); 

} 

---
The result will be:
test    est

and with "test\\test\n" it will finally be
test\test


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Bug in DOSemu-FreeDOS-bin? (fwd)
@ 2003-08-14  9:05 Bart Oldeman
  2003-08-15 12:02 ` Bug in DOSemu-FreeDOS-bin? Claudia Neumann
  0 siblings, 1 reply; 7+ messages in thread
From: Bart Oldeman @ 2003-08-14  9:05 UTC (permalink / raw)
  To: Claudia Neumann; +Cc: linux-msdos

On Wed, 13 Aug 2003, Claudia Neumann wrote:

> I am running an application in dosemu-1.1.5 and its fine with MS-DOS 7.1. Now
> I would like to switch to FreeDOS. The dosemu-freedos-bin from the dosemu
> download directory doesn't load a file "c:\info\infdbf.exe", but only a file
> "infdbf.exe".  One part of the application wants to load the file
> "c:\info\infdbf.exe", doesn't find it and aborts. In MS-DOS 7.1 and 6.2 this
> is no problem. With the newest freedos the application aborts right in the
> beginning.
>
> Should I post this problem to dosemu or to the freedos mailinglist?

doesn't really matter -- but please try to replace your kernel.sys with
the newest version (2031, fat32 or fat16 doesn't matter) and see if that
helps. See http://freedos.sourceforge.net.

You're using dosemu-freedos-b8p-bin.tgz right now, right?

Bart



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Bug in DOSemu-FreeDOS-bin?
@ 2003-08-13 20:57 Claudia Neumann
  0 siblings, 0 replies; 7+ messages in thread
From: Claudia Neumann @ 2003-08-13 20:57 UTC (permalink / raw)
  To: linux-msdos

Hi,

I am running an application in dosemu-1.1.5 and its fine with MS-DOS 7.1. Now 
I would like to switch to FreeDOS. The dosemu-freedos-bin from the dosemu 
download directory doesn't load a file "c:\info\infdbf.exe", but only a file 
"infdbf.exe".  One part of the application wants to load the file 
"c:\info\infdbf.exe", doesn't find it and aborts. In MS-DOS 7.1 and 6.2 this 
is no problem. With the newest freedos the application aborts right in the 
beginning. 

Should I post this problem to dosemu or to the freedos mailinglist?

Regards

Claudia

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-08-28 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-23 15:05 Bug in DOSemu-FreeDOS-bin? Stas Sergeev
  -- strict thread matches above, loose matches on Subject: below --
2003-08-14  9:05 Bug in DOSemu-FreeDOS-bin? (fwd) Bart Oldeman
2003-08-15 12:02 ` Bug in DOSemu-FreeDOS-bin? Claudia Neumann
2003-08-19 21:13   ` Claudia Neumann
2003-08-22  3:45     ` kontrare
2003-08-22 20:56       ` Claudia Neumann
2003-08-28 15:25     ` Bart Oldeman
2003-08-13 20:57 Claudia Neumann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox