Re: [Freedos-user] Issue with batch script line with \n

2025-05-07 Thread E. C. Masloch via Freedos-user
On at 2025-05-03 17:43 -0400, Roger via Freedos-user wrote: Not sure if this email was sent out, regardless mutt says it was post-poned: FYI: "\n" are characters within C programming language, symbolizing the newline character in C character and string literals. Almost looks like a poorly code

Re: [Freedos-user] Issue

2025-05-03 Thread Roger via Freedos-user
Not sure if this email was sent out, regardless mutt says it was post-poned: FYI: "\n" are characters within C programming language, symbolizing the newline character in C character and string literals. Almost looks like a poorly coded program tried line interpreting the text file once. Whethe

Re: [Freedos-user] Issue

2025-04-05 Thread Folkert van Heusden via Freedos-user
On Thu, Mar 20, 2025 at 07:44:48PM +0100, Alex via Freedos-user wrote: > I can't post it through gmail because google doesn't allow .bat files > Where else can I share it to you? https://pastebin.com/ ___ Freedos-user mailing list Freedos-user@lists.so

Re: [Freedos-user] Issue

2025-04-04 Thread tom ehlert via Freedos-user
Hallo Herr Alex via Freedos-user, am Donnerstag, 20. März 2025 um 20:36 schrieben Sie: > I need the program E) to run which would be the Gigabyte sata-raid driver > 32 bit, but now after the fixed .bat file it says "this program cannot be > run in DOS mode". The driver would be the GSATA32.exe fi

Re: [Freedos-user] Issue

2025-03-26 Thread Alex via Freedos-user
I need the program E) to run which would be the Gigabyte sata-raid driver 32 bit, but now after the fixed .bat file it says "this program cannot be run in DOS mode". The driver would be the GSATA32.exe file I've sent through google drive. czw., 20 mar 2025 o 20:30 Jim Hall via Freedos-user < freed

Re: [Freedos-user] Issue

2025-03-25 Thread Alex via Freedos-user
@echo off 1)GIGARAID\n 2)Si3114 BASE Driver\n 3)Si3114 RAID Driver\n 4)VIA 6410 RAID\n 5)Promise 20779 SATA Driver\n 6)Promise 20779 SATA RAID Driver \n 7)Intel Matrix Storage Manager 32 bit \n 8)Intel Matrix Storage Manager 64 bit \n 9)Si3132 BASE (32 Bit) Driver \n A)Si3132 BASE (64 Bit) Driver \

Re: [Freedos-user] Issue

2025-03-22 Thread tom ehlert via Freedos-user
Hi Alex, could you please post the .BAT to https://pastebin.com/ so we have the exact file to test this here? Tom am Donnerstag, 20. März 2025 um 19:55 schrieben Sie: > @echo off 1)GIGARAID\n 2)Si3114 BASE Driver\n 3)Si3114 RAID Driver\n 4)VIA > 6410 RAID\n 5)Promise 20779 SATA Driver\n 6)Promi

Re: [Freedos-user] Issue

2025-03-22 Thread Alex via Freedos-user
I can't post it through gmail because google doesn't allow .bat files Where else can I share it to you? ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user

Re: [Freedos-user] Issue

2025-03-22 Thread Jim Hall via Freedos-user
Definitely that first line is too long (I counted 530 characters) so that's what's causing the error. And as Jerome said, if you break up the first line into separate ECHO statements, that will prevent the "line too long" error. But Alex said there's a MENU.EXE program being used here too. I'm mak

Re: [Freedos-user] Issue

2025-03-21 Thread perditionc--- via Freedos-user
On Thu, Mar 20, 2025 at 4:57 PM tom ehlert via Freedos-user wrote: > > Hallo Herr Jim Hall via Freedos-user, > > am Donnerstag, 20. März 2025 um 20:28 schrieben Sie: > > > Definitely that first line is too long (I counted 530 characters) so > > that's what's causing the error. And as Jerome said,

Re: [Freedos-user] Issue

2025-03-21 Thread Roger via Freedos-user
Within C programming, the "\n" represents the newline character within a C character string literals. (Also used within Bash printf and Python print scripts.) Almost looks like a simplistic program tried line interpreting the text file once. Whether from Unix to DOS, vice versa or just line inte

Re: [Freedos-user] Issue

2025-03-20 Thread Tomas By via Freedos-user
On Thu, 20 Mar 2025 22:00:34 +0100, tom ehlert via Freedos-user wrote: > then it's a windows program Some quick googling suggests it is actually a self-extracting archive (cannot remember if that makes sense). /Tomas ___ Freedos-user mailing list Fre

Re: [Freedos-user] Issue

2025-03-20 Thread Jerome Shidel via Freedos-user
> On Mar 20, 2025, at 2:55 PM, Alex via Freedos-user > wrote: > > @echo off 1)GIGARAID\n 2)Si3114 BASE Driver\n 3)Si3114 RAID Driver\n 4)VIA > 6410 RAID\n 5)Promise 20779 SATA Driver\n 6)Promise 20779 SATA RAID Driver \n > 7)Intel Matrix Storage Manager 32 bit \n 8)Intel Matrix Storage Manag

Re: [Freedos-user] Issue

2025-03-20 Thread tom ehlert via Freedos-user
Hallo Herr Jim Hall via Freedos-user, am Donnerstag, 20. März 2025 um 20:28 schrieben Sie: > Definitely that first line is too long (I counted 530 characters) so > that's what's causing the error. And as Jerome said, if you break up > the first line into separate ECHO statements, that will preven

Re: [Freedos-user] Issue

2025-03-20 Thread Tomas By via Freedos-user
On Thu, 20 Mar 2025 20:28:10 +0100, Jim Hall via Freedos-user wrote: > a file called "y" (probably a bunch of "yes" answers) Well, probably a file containing only the character 'y'. /Tomas ___ Freedos-user mailing list Freedos-user@lists.sourceforge.

Re: [Freedos-user] Issue

2025-03-20 Thread Alex via Freedos-user
Should I then copy these files to a pendrive? They are currently on a dvd disc, so hopefully it will work that way czw., 20 mar 2025 o 20:16 Jerome Shidel via Freedos-user < freedos-user@lists.sourceforge.net> napisał(a): > > > On Mar 20, 2025, at 2:55 PM, Alex via Freedos-user < > freedos-user@

Re: [Freedos-user] Issue

2025-03-20 Thread Jim Hall via Freedos-user
Pastebin will work. But I'm assuming the BAT file isn't too long -- could you copy/paste it into the body of the email, instead of attaching it? On Thu, Mar 20, 2025 at 1:47 PM Folkert van Heusden via Freedos-user wrote: > > On Thu, Mar 20, 2025 at 07:44:48PM +0100, Alex via Freedos-user wrote: >

Re: [Freedos-user] Issue

2025-03-20 Thread Jim Hall via Freedos-user
On Thu, Mar 20, 2025 at 1:08 PM Alex via Freedos-user wrote: > > Hello > > I've been trying for the past few hours to follow a manual of my > motherboard and copy the SATA drivers to a floppy disk in DOS mode, but > after successfully opening a program MENU.EXE which copies a selecte > driver to t

[Freedos-user] Issue

2025-03-20 Thread Alex via Freedos-user
Hello I've been trying for the past few hours to follow a manual of my motherboard and copy the SATA drivers to a floppy disk in DOS mode, but after successfully opening a program MENU.EXE which copies a selecte driver to the floppy, every selection other than exit shows a message "Line #1 in batc

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-17 Thread tom ehlert
Hallo Herr Brandon Taylor, am Mittwoch, 16. März 2022 um 17:11 schrieben Sie: > I've discovered a neat little low-level emulator called PCem and > have installed FreeDOS on a virtual machine using that program. > There is, however, a weird little quirk. Whereas I can have PCem > emulate a network

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread dmccunney
On Wed, Mar 16, 2022 at 2:19 PM Louis Santillan wrote: > > See - https://gitlab.com/FreeDOS/net/fdnet/-/blob/master/BIN/FDNET.BAT *sigh* That's what I get for posting before I've had my second cup of coffee. Quite right - "try" refers to a label in the batch file, not an external command. It's

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Jim Hall
> On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor > wrote: > > > > Now, from what I've read in previous posts, it sounds like others have had > > success by replacing "start" with "try," such that the line now reads "call > > %dosdir%\bin\fdnet.bat try", On Wed, Mar 16, 2022 at 1:05 PM dmccunn

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Louis Santillan
See - https://gitlab.com/FreeDOS/net/fdnet/-/blob/master/BIN/FDNET.BAT On Wed, Mar 16, 2022 at 11:15 AM Louis Santillan wrote: > "try" is an argument to the fdnet.bat batchfile. > > On Wed, Mar 16, 2022 at 11:05 AM dmccunney > wrote: > >> On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor >> wrot

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Louis Santillan
"try" is an argument to the fdnet.bat batchfile. On Wed, Mar 16, 2022 at 11:05 AM dmccunney wrote: > On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor > wrote: > > > > Now, from what I've read in previous posts, it sounds like others have > had success by replacing "start" with "try," such that t

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread dmccunney
On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor wrote: > > Now, from what I've read in previous posts, it sounds like others have had > success by replacing "start" with "try," such that the line now reads "call > %dosdir%\bin\fdnet.bat try", Other [psts where? Start is a command. implemented

[Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Brandon Taylor
I've discovered a neat little low-level emulator called PCem and have installed FreeDOS on a virtual machine using that program. There is, however, a weird little quirk. Whereas I can have PCem emulate a network card such as an NE2000, and configure FDAUTO.BAT to load high the appropriate packet

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-26 Thread R Moog
What hypervisor? śr., 25 wrz 2019, 05:16 użytkownik napisał: > I have tried multiple times to install FreeDOS on Raspberry Pi3. > > > > I have created a 100M and 200M raw disk image. > > > > Mounted the Standard and then tried with the Legacy ISO. > > > > Both will boot the ISO, partition and fo

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-26 Thread Eric Auer
Hi Jim, > When you are finally able to start the installation, be prepared for > the install process to take a looong time. This is because > installing all the FreeDOS packages requires a lot of disk I/O to the > virtual freedos.img drive. Blasphemic idea: Use symlinks to move the

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Jim Hall
> From: shift83...@gmail.com > > The work-around I have found is to set the image up on my Linux Ubunto 18.04 > box then transfer the image file over to the raspberry pi. > > > > I even tried using the FreeDOS 1.3 RC1 installer with the same results on the > Raspberry Pi 3. Both installer ISO’s

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Jon Brase
a bug with QEMU. Original message From: shift83...@gmail.com Date: 9/25/2019 18:15 (GMT-06:00) To: "'Discussion and general questions about FreeDOS.'" Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 The work-around I have found is to set th

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread shift838cs
. Next I will be trying a different SD card. From: Jon Brase Sent: Wednesday, September 25, 2019 12:29 AM To: Discussion and general questions about FreeDOS. Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 I managed to get the installer to pull packages off the CD

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Regan Russell
d educational pursuit and — of course — there are a variety of emulators that can let you use and program a slew of old computers. However, there’… hackaday.com From: Ralf Quint Sent: Thursday, 26 September 2019 4:06 AM To: freedos-user@lists.sourceforge.net Sub

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Ralf Quint
On 9/25/2019 9:23 AM, dmccunney wrote: Why would they do that? To create much simpler OS for RPI than Linux. Who needs that whole complexity on such little SBC? CP/M would do just fine. No, it wouldn't. Digital Research developed CP/M as an OS for 8 bit micros like the Intel 8080 and Zilog Z80.

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Ralf Quint
On 9/25/2019 7:59 AM, ZB wrote: On Wed, Sep 25, 2019 at 12:05:04AM -0700, Ralf Quint wrote: These are two totally different worlds! The only way you could get FreeDOS to run on a RPi is after installing one of the default Linux versions to install QEMU, which is an x86 emulator and install Free

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Ralf Quint
On 9/25/2019 7:50 AM, Jim Hall wrote: Yes, but from the screenshot in his original post, he is installing FreeDOS in a QEMU virtual machine. Sorry, didn't see that screenshot (it somehow was blocked by Thunderbird) and was going by his description. And that sounded as if was trying to instal

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Chris Schneider
I pasted the wrong command. The freedos.img does exist and I use it in the command. The FLOPPY.img also exist and I downloaded it from the freedos.org site. My raspberry is a 3+ With a PNY Elite CLass 10 64gb sd card. I think the thread you may be referencing may be the one where the user rece

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread dmccunney
On Wed, Sep 25, 2019 at 8:02 AM ZB wrote: > On Wed, Sep 25, 2019 at 12:05:04AM -0700, Ralf Quint wrote: > > > These are two totally different worlds! The only way you could get FreeDOS > > to run on a RPi is after installing one of the default Linux versions to > > install QEMU, which is an x86 em

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Jim Hall
On Wed, Sep 25, 2019 at 10:09 AM Jim Hall wrote: > [..] > I have two suggestions for you: > > (1) > Your "hda" image file is different in the two commands. You created a hard > disk image named dos.img but you tried to reference a hard disk image named > freedos.img. Does the freedos.img image f

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Jim Hall
On 9/24/2019 8:15 PM, shift83...@gmail.com wrote: >> >> I have tried multiple times to install FreeDOS on Raspberry Pi3. >> >> *[*..*]* >> >> Has anyone seen this and been able to resolve it? >> >> On Wed, Sep 25, 2019 at 2:07 AM Ralf Quint wrote: > There is no way to resolve this! >> >> The RPi

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread ZB
On Wed, Sep 25, 2019 at 12:05:04AM -0700, Ralf Quint wrote: > These are two totally different worlds! The only way you could get FreeDOS > to run on a RPi is after installing one of the default Linux versions to > install QEMU, which is an x86 emulator and install FreeDOS within that > virtual mac

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Jim Hall
On Wed, Sep 25, 2019 at 2:07 AM Ralf Quint wrote: > > On 9/24/2019 8:15 PM, shift83...@gmail.com wrote: > > I have tried multiple times to install FreeDOS on Raspberry Pi3. >[...] > > Has anyone seen this and been able to resolve it? > > There is no way to resolve this! > > The RPi (any model!) is

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Chris Schneider
That’s what I’m trying to do. I have Raspian loaded and qemu loaded. Launching qemu with the freedos installation and I’m getting errors after the reboot from partitioning the image file. It seems my cdrom iso can not be read. On Wed, Sep 25, 2019 at 2:07 AM Ralf Quint wrote: > On 9/24/2019 8:

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-25 Thread Ralf Quint
On 9/24/2019 8:15 PM, shift83...@gmail.com wrote: I have tried multiple times to install FreeDOS on Raspberry Pi3. I have created a 100M and 200M raw disk image. Mounted the Standard and then tried with the Legacy ISO. Both will boot the ISO, partition and format the hard disk. But when I re

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread Chris Schneider
e: 9/25/2019 00:02 (GMT-06:00) > To: "Discussion and general questions about FreeDOS." < > freedos-user@lists.sourceforge.net> > Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 > > Interesting, I did have a similar issue on real hardware recently,

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread Jon Brase
specified, do you get the same error? Original message From: Jon Brase Date: 9/25/2019 00:02 (GMT-06:00) To: "Discussion and general questions about FreeDOS." Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 Interesting, I did have a simil

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread Jon Brase
-- From: shift83...@gmail.com Date: 9/24/2019 23:21 (GMT-06:00) To: "'Discussion and general questions about FreeDOS.'" Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 Sorry for the confusion.  I’m new to QEMU.   So… I created the image with the

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread shift838cs
. Subject: Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 FreeDOS (x86 software) won't boot (natively) on the Raspberry Pi 3 (ARM hardware), so if you got as far as to be able to select "install to hard disk", you must be using an x86 emulator, and, indeed, your screen

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread Jon Brase
: freedos-user@lists.sourceforge.net Subject: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3 I have tried multiple times to install FreeDOS on Raspberry Pi3. I have created a 100M and 200M raw disk image. Mounted the Standard and then tried with the Legacy ISO. Both will boot the ISO, pa

Re: [Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread Santiago Almenara
Are you installing freedos under a VM or directly in the SD??? > El 24 set. 2019, a la(s) 22:16, shift83...@gmail.com escribió: > >  > I have tried multiple times to install FreeDOS on Raspberry Pi3. > > I have created a 100M and 200M raw disk image. > > Mounted the Standard and then tried

[Freedos-user] Issue installing FreeDOS on Raspberry Pi 3

2019-09-24 Thread shift838cs
I have tried multiple times to install FreeDOS on Raspberry Pi3. I have created a 100M and 200M raw disk image. Mounted the Standard and then tried with the Legacy ISO. Both will boot the ISO, partition and format the hard disk. But when I reboot and select the Install to Harddisk after

Re: [Freedos-user] ... Issue 849 => DOS driver for controller-less modem?

2006-06-11 Thread Arkady V.Belousov
Hi! 11-Июн-2006 13:46 [EMAIL PROTECTED] (Serghiy M. FEDORYNCHYK) wrote to freedos-user@lists.sourceforge.net: SMF> There are so called "controller-less" hardware modems, both SMF> ISA and PCI, which are some intermediaries between "win" and SMF> "usual hardware modems". (I have, for example

Re: [Freedos-user] ... Issue 849 => DOS driver for controller-less modem?

2006-06-11 Thread Serghiy M. FEDORYNCHYK
10-Jun-2006 12:07 in <[EMAIL PROTECTED]> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote to : >Message: 3 >Date: Sat, 10 Jun 2006 09:22:24 +0400 >From: "Arkady V.Belousov" <[EMAIL PROTECTED]> >Subject: Re: [Freedos-user] winmodems >To: freedos-user@lists.sourceforge.net >Message-ID: <[EMAIL PROTECTE