[Freedos-user] some questions

2008-05-23 Thread Michael Reichenbach
1) What is the best/most stable/most compatible multitasking software working with FreeDOS? 2) When I call from within autoexec.bat to test.bat file then after test.bat is done it won`t jump back to autoexec.bat, also if exit is the last command. 3) How to change the screen resolution? 4) I

Re: [Freedos-user] some questions

2008-05-23 Thread Florian Xaver
Hallo, 2) When I call from within autoexec.bat to test.bat file then after test.bat is done it won`t jump back to autoexec.bat, also if exit is the last command. Use the command CALL. f.e. call test.bat Now I have one folder with all my 'shortcuts'. The shortcut is just a batchfile which

Re: [Freedos-user] can freedos access a floppy disk image

2008-05-23 Thread Bonnie Dalzell
On Wed, 21 May 2008, Robert Riebisch wrote: RR Bonnie Dalzell wrote: RR RR Can freedos mount this disk image and use it rather than the floppy disk RR in question? RR RR If so, how do you mount the disk image? RR RR There's a third party software called E0X available from RR

Re: [Freedos-user] can freedos access a floppy disk image

2008-05-23 Thread Mateusz Viste
On Friday 23 May 2008, Bonnie Dalzell wrote: Thanks for the tip. The program seems to be in an .arj format. What is ..arj and how does one unpack it? Hi, ARJ is a file compression program (it used to be the most well-known archiver in ol' good days...). To unpack it, just go get the unarj

Re: [Freedos-user] some questions

2008-05-23 Thread Mateusz Viste
On Friday 23 May 2008, Michael Reichenbach wrote: 2) When I call from within autoexec.bat to test.bat file then after test.bat is done it won`t jump back to autoexec.bat, also if exit is the last command. Just type at command line help call ;-) 3) How to change the screen resolution? I