Re: [Freedos-user] Maybe a bug about fdconfig.sys or command.com

2005-02-23 Thread Arkady V.Belousov
Hi!

22-Фев-2005 19:01 [EMAIL PROTECTED] (Eric Auer) wrote to
freedos-user@lists.sourceforge.net:

>> 2. /p is option without argument, so your equal sign is wrong.
EA> This is wrong, /p=fdauto.bat works great for me. FreeCOM-specific syntax.
EA> SHELL=c:\freedos\bin\command.com c:\freedos\bin /e:512 /p=c:\fdauto.bat

 Fine. But FreeCOM doesn't lists this syntax in its help screen.




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Maybe a bug about fdconfig.sys or command.com

2005-02-21 Thread Arkady V.Belousov
Hi!

19-Фев-2005 19:43 [EMAIL PROTECTED] (Xiang-Rui Wang) wrote to
Freedos-user@lists.sourceforge.net:

XW> First, I see the fdconfig.sys has this line:
XW> SHELL=C:\FDOS\command.com C:\FDOS /D /P=C:\fdauto.bat /K set
XW> path=C:\FDOS\bin

1. you may reduce "set path" to "path".
2. /p is option without argument, so your equal sign is wrong.
3. why not move "set path" to other line of you fdconfig.sys?

XW> After I reboot the machine, I found it hangs.(It seems Ctrl-Alt-Del don't
XW> work)
[...]
XW> Another thing is that when I boot the machine, it says "Bypassing
XW> C:\fdauto.bat", and I don't know why since C:\fdauto.bat exists.

 (Undocumented) /D option forces command.com to bypass autoexec.bat (and
used by kernel when you press F5 key at startup).

XW> Could someone tell me how to fix it?
XW> I use FreeDOS Beta9 and following is my fdconfig.sys

 There was some bugs in 2035 kernel. Please, try newer development
kernel (you may download it from www.fdos.org). Also, what happen if move
"set path" to other line?




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Maybe a bug about fdconfig.sys or command.com

2005-02-19 Thread Xiang-Rui Wang
First, I see the fdconfig.sys has this line:
SHELL=C:\FDOS\command.com C:\FDOS /D /P=C:\fdauto.bat /K set
path=C:\FDOS\bin

Then I chang it to this:
SHELL=C:\FDOS\command.com C:\FDOS /D /P=C:\fdauto.bat /K set
path=C:\FDOS\bin;C:\UTILS\bin

After I reboot the machine, I found it hangs.(It seems Ctrl-Alt-Del don't work)

However, I did some things(I forgot what I had done) and I found the
above line is ok and it didn't hang again.

Now, I change that line to this:
SHELL=C:\FDOS\command.com C:\FDOS /D /P=C:\fdauto.bat /K set
path=C:\FDOS\bin;C:\UTILS\bin;C:\DJGPP\bin

But it hangs again.

Another thing is that when I boot the machine, it says "Bypassing
C:\fdauto.bat", and I don't know why since C:\fdauto.bat exists. Could
someone tell me how to fix it?

I use FreeDOS Beta9 and following is my fdconfig.sys



;!COUNTRY=031,858,C:\FDOS\BIN\COUNTRY.SYS
!SET lang=EN
;for help on commands, see file config.sys in your FreeDOS directory
;www.benq.com/ss_download/drivers/storage/cd-rom/drivers/dos/apicd214.exe
;DOS=HIGH is still buggy (try running HELP), as is CDROM-driver. (see website)
!LASTDRIVE=Z
!BUFFERS=20
!FILES=40
!DOS=UMB
!DOSDATA=UMB
!set dircmd=/ogn /4
!MENUCOLOR=7,0
MENUDEFAULT=4,1,5
MENU 1 - Load FreeDOS with maximum RAM free, using EMM386
MENU 2 - Load FreeDOS including HIMEM XMS-memory driver
MENU 3 - Load FreeDOS without drivers
MENU 4 - Load FreeDOS with test
1?DOS=HIGH
12?DEVICE=C:\FDOS\BIN\HIMEM.EXE
;1?DEVICE=C:\FDOS\BIN\EMM386.EXE NOEMS X=TEST
;12?DEVICE=C:\FDOS\bin\FDAPM.com
;12?DEVICE=C:\FDOS\bin\atapicdd.sys /D:FDCD0001
;12?DEVICE=C:\FDOS\bin\atapicdd.sys /D:FDCD0001
12?SHELL=C:\FDOS\command.com C:\FDOS /P=C:\FDOS\fdauto.bat
3?SHELL=C:\FDOS\command.com C:\FDOS /D /K set path=C:\FDOS\bin
4?DEVICE=C:\DRIVER\CDROM\ide.sys /D:SHSU0001
4?SHELL=C:\FDOS\command.com C:\FDOS /D /P=C:\fdauto.bat /K set
path=C:\FDOS\bin;C:\UTILS\bin
;C:\DJGPP\bin


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user