Re: [Freedos-user] Unknown Config.sys entry

2007-01-18 Thread Arkady V.Belousov
Hi!

17-Янв-2007 01:22 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote to
freedos-user@lists.sourceforge.net:

hc 1)  The very first entry is:
hc !SWITCHES=/E
hc I don't see this entry listed in the FreeDos help file as a Config.sys
hc command - what is it / what does it do ??

 Switches passes some options to kernel. FreeDOS supports next syntax:

SWITCHES [=] { /K | /N | /F | /E[[:]nnn] }

/k forces conventional (XT-83) keyboard (technically: CON driver uses
   INT16/0x instead INT16/1x functions).

/e used to move EBDA structure from memory top into kernel image; without
   this, you can't get contiguous 736k of conventional memory, when assign
   RAM (with help of EMM386) to A000-B7FF area.

/f skips 2-second delay and hint line Press F8 to trace or F5 to skip ...
   during startup.

/n prevents usage of F5 or F8 keys to bypass startup commands.

hc 2)  Another item: I alter the colormenu entry to
hc  colormenu=15,9
hc  and now the menu keeps blinking until you select an item

 So what is question? This is definition, how background attributes
works: unless some code change behavior of blink to bright, colors 0..7 + 8
give blinking color.

hc In the Autoexect.bat file there is the following entry
hc @if %ramd%== goto (label)
hc how is @if different from if  ???

 @ before any command omits its echoing to screen. This is very often
used with echo off at start of most batch files.

hc Does @if equate to If not  ???

 No.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Unknown Config.sys entry

2007-01-17 Thread duparc
May be @ mutes the command like in MsDos  ..

Zitat von [EMAIL PROTECTED]:

 I was studying a FreeDos bootable floppy relating to NTFS4dos.exe downloaded
 from Avaira at
 http://www.avira.com/en/products/productdetail.php?id_prd=23section=1

 I have some questions regarding the CONFIG.SYS file to said floppy

 1)  The very first entry is:

  !SWITCHES=/E

 I don't see this entry listed in the FreeDos help file as a Config.sys
 command - what is it / what does it do ??

 2)  Another item: I alter the colormenu entry to

  colormenu=15,9

  and now the menu keeps blinking until you select an item

 In the Autoexect.bat file there is the following entry

  @if %ramd%== goto (label)

 how is @if different from if  ???  Does @if equate to If not  ???

 Over all, what is this command saying ???

 Thank you in advance for your help

 Howard
 
 Check out the new AOL.  Most comprehensive set of free safety and security
 tools, free access to millions of high-quality videos from across the web,
 free AOL Mail and more.



--

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Unknown Config.sys entry

2007-01-17 Thread Florian Xaver
Hi,

you can use @ before every command. All commands with @ won't be shown on  
the screen.

bye
  Flo


On Wed, 17 Jan 2007 07:22:58 +0100, [EMAIL PROTECTED] wrote:

  @



-- 
Florian Xaver

http://www.flox.at.tf oZone GUI, private homepage
Dr-DOS  http://www.drdos.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Unknown Config.sys entry

2007-01-17 Thread Blair Campbell
@ preceding a command simply prevents the command from being echoed on
the commandline.  Also, if echo off is issued before the said command,
the @ prefix is unnecessary.

On 1/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I was studying a FreeDos bootable floppy relating to NTFS4dos.exe downloaded
 from Avaira at
 http://www.avira.com/en/products/productdetail.php?id_prd=23section=1

 I have some questions regarding the CONFIG.SYS file to said floppy

 1)  The very first entry is:

  !SWITCHES=/E

 I don't see this entry listed in the FreeDos help file as a Config.sys
 command - what is it / what does it do ??

 2)  Another item: I alter the colormenu entry to

  colormenu=15,9

  and now the menu keeps blinking until you select an item

 In the Autoexect.bat file there is the following entry

  @if %ramd%== goto (label)

 how is @if different from if  ???  Does @if equate to If not  ???

 Over all, what is this command saying ???

 Thank you in advance for your help

 Howard
  
  Check out the new AOL. Most comprehensive set of free safety and security
 tools, free access to millions of high-quality videos from across the web,
 free AOL Mail and more.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user





-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Unknown Config.sys entry

2007-01-16 Thread howarddavies3010
I was studying a FreeDos bootable floppy relating to NTFS4dos.exe downloaded 
from Avaira at 
http://www.avira.com/en/products/productdetail.php?id_prd=23section=1
 
I have some questions regarding the CONFIG.SYS file to said floppy
 
1)  The very first entry is:   
 
 !SWITCHES=/E
 
I don't see this entry listed in the FreeDos help file as a Config.sys command 
- what is it / what does it do ??
 
2)  Another item: I alter the colormenu entry to 
 
 colormenu=15,9
 
 and now the menu keeps blinking until you select an item
 
In the Autoexect.bat file there is the following entry
 
 @if %ramd%== goto (label)
 
how is @if different from if  ???  Does @if equate to If not  ???
 
Over all, what is this command saying ???
 
Thank you in advance for your help
 
Howard

Check out the new AOL.  Most comprehensive set of free safety and security 
tools, free access to millions of high-quality videos from across the web, free 
AOL Mail and more.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user