<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Dos Properties' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Dos Properties' posted on the 'MS-DOS' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 03:43:19 -0700</pubDate>
    <lastBuildDate>Sun, 19 May 2013 03:43:19 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367834/dos-properties/</link>
      <description>When I open Dos I cannot display the full text in the dos window.&lt;br /&gt;
ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays,   :\WINDOWS\SYSTEM32&amp;gt; &lt;br /&gt;
Using my monitor screen adjustments makes no difference to the Dos or Qbasic window&lt;br /&gt;
How can fix it? &lt;br /&gt;
Here is what I have as my DOS Properties selections&lt;br /&gt;
&lt;br /&gt;
Selected in the MS-DOS Prompt Properties Box&lt;br /&gt;
Screen tab:&lt;br /&gt;
[Usage] Full-screen&lt;br /&gt;
[Window] Restore settings at startup&lt;br /&gt;
[Performance] Fast ROM emulation and Dynamic memory allocation&lt;br /&gt;
General tab:&lt;br /&gt;
Type of file: Shortcut to MS-DOS Program&lt;br /&gt;
Description: MS-DOS Prompt&lt;br /&gt;
Misc tab: Allow screen saver, Always suspend, Warn if still active &amp;amp; Fast pasting&lt;br /&gt;
Program tab:MS-DOS Prompt&lt;br /&gt;
Cmd line [C:\WINDOWS\system32\command.com}&lt;br /&gt;
Working [C:\WINDOWS\system32]&lt;br /&gt;
Shortcut key [None]&lt;br /&gt;
Run [Maximised] &lt;br /&gt;
and Close on exit&lt;br /&gt;
Compatibility  No options selected&lt;br /&gt;
Font types: Available types [Both font types] &amp;amp; Auto Font size&lt;br /&gt;
Memory tab: Total [Auto]&lt;br /&gt;
Initial environment:[Auto]&lt;br /&gt;
Expanded [EMS] memory: Total {None]&lt;br /&gt;
Uses HMA, selected&lt;br /&gt;
MS-DOS protected-mode [DPMI] memory: Total [Auto]&lt;br /&gt;
Summary tab: all empty&lt;br /&gt;
&lt;br /&gt;
Chequer&lt;br /&gt;
When the game is over, the King and the pawn share the same box.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367834/dos-properties/</guid>
      <pubDate>Fri, 07 Dec 2007 23:23:50 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367848/re-dos-properties/#367848</link>
      <description>I have the same problem with Linux.&lt;br /&gt;
When I change to the console it shows "ebian GNU..."&lt;br /&gt;
&lt;br /&gt;
The problem arises because your (and my) monitor&lt;br /&gt;
doesn't allow that "Refresh Rate", I believe its&lt;br /&gt;
43-50 MHz; when you go to DOS 80x25.&lt;br /&gt;
&lt;br /&gt;
In Microsoft DOS you can try to use:&lt;br /&gt;
&lt;br /&gt;
mode con: cols=80 lines=43 or&lt;br /&gt;
mode con: cols=80 lines=50 or&lt;br /&gt;
try with another [lines] section.&lt;br /&gt;
&lt;br /&gt;
You can't go to DOS 80x25 without distortion.&lt;br /&gt;
The "C:\mode con: lines=50" changes your DOS&lt;br /&gt;
to 80x50 and the refresh rate.&lt;br /&gt;
That's the only "quick" option.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367848/re-dos-properties/#367848</guid>
      <pubDate>Sat, 08 Dec 2007 15:21:58 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367879/re-dos-properties/#367879</link>
      <description>: I have the same problem with Linux.&lt;br /&gt;
: When I change to the console it shows "ebian GNU..."&lt;br /&gt;
: &lt;br /&gt;
: The problem arises because your (and my) monitor&lt;br /&gt;
: doesn't allow that "Refresh Rate", I believe its&lt;br /&gt;
: 43-50 MHz; when you go to DOS 80x25.&lt;br /&gt;
: &lt;br /&gt;
: In Microsoft DOS you can try to use:&lt;br /&gt;
: &lt;br /&gt;
: mode con: cols=80 lines=43 or&lt;br /&gt;
: mode con: cols=80 lines=50 or&lt;br /&gt;
: try with another [lines] section.&lt;br /&gt;
: &lt;br /&gt;
: You can't go to DOS 80x25 without distortion.&lt;br /&gt;
: The "C:\mode con: lines=50" changes your DOS&lt;br /&gt;
: to 80x50 and the refresh rate.&lt;br /&gt;
: That's the only "quick" option.&lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
: &lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks Hackman,&lt;br /&gt;
I know very little about this sort of thing.&lt;br /&gt;
What am I supposed with these commands?&lt;br /&gt;
mode con: cols=80 lines=43 or&lt;br /&gt;
mode con: cols=80 lines=50 or&lt;br /&gt;
try with another [lines] section.&lt;br /&gt;
Do I enter them somewhere?&lt;br /&gt;
How do I find out what my refresh rate is?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chequer&lt;br /&gt;
When the game is over, the King and the pawn share the same box.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367879/re-dos-properties/#367879</guid>
      <pubDate>Sun, 09 Dec 2007 17:26:10 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367899/re-dos-properties/#367899</link>
      <description>You have to write it on the DOS command line prompt.&lt;br /&gt;
The "mode" is an old ".com" application still in DOS &amp;amp; Windows.&lt;br /&gt;
When you go to DOS, write this in the command line:&lt;br /&gt;
&lt;br /&gt;
C:\WINDOWS\SYSTEM32&amp;gt; mode con: lines=50 &amp;lt;ENTER&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The refresh rate of the DOS command line at 80x25,&lt;br /&gt;
can't be changed, even I don't know if you can see it.&lt;br /&gt;
It's performed by the BIOS, and its unchangeable by&lt;br /&gt;
normal means.&lt;br /&gt;
&lt;br /&gt;
[quote]&lt;br /&gt;
&lt;span style="color: Blue;"&gt;When I open Dos I cannot display the full text in the dos window.&lt;br /&gt;
ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays, :\WINDOWS\SYSTEM32&amp;gt; &lt;/span&gt;&lt;br /&gt;
[/quote]&lt;br /&gt;
&lt;br /&gt;
I suppose you know how to go to the command line.&lt;br /&gt;
Because you see the C:\WINDOWS\SYSTEM32&amp;gt; prompt.&lt;br /&gt;
&lt;br /&gt;
[quote]&lt;br /&gt;
&lt;span style="color: Blue;"&gt;[Usage] Full-screen&lt;/span&gt;&lt;br /&gt;
[/quote]&lt;br /&gt;
&lt;br /&gt;
I suppose you are in full screen mode, not windowed mode.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367899/re-dos-properties/#367899</guid>
      <pubDate>Mon, 10 Dec 2007 13:09:25 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367904/re-dos-properties/#367904</link>
      <description>: You have to write it on the DOS command line prompt.&lt;br /&gt;
: The "mode" is an old ".com" application still in DOS &amp;amp; Windows.&lt;br /&gt;
: When you go to DOS, write this in the command line:&lt;br /&gt;
: &lt;br /&gt;
: C:\WINDOWS\SYSTEM32&amp;gt; mode con: lines=50 &amp;lt;ENTER&amp;gt;&lt;br /&gt;
: &lt;br /&gt;
: The refresh rate of the DOS command line at 80x25,&lt;br /&gt;
: can't be changed, even I don't know if you can see it.&lt;br /&gt;
: It's performed by the BIOS, and its unchangeable by&lt;br /&gt;
: normal means.&lt;br /&gt;
: &lt;br /&gt;
: [quote]&lt;br /&gt;
: &lt;span style="color: Blue;"&gt;When I open Dos I cannot display the full text in the &lt;br /&gt;
: dos window.&lt;br /&gt;
: ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays, :\WINDOWS\SYSTEM32&amp;gt; &lt;/span&gt;&lt;br /&gt;
: [/quote]&lt;br /&gt;
: &lt;br /&gt;
: I suppose you know how to go to the command line.&lt;br /&gt;
: Because you see the C:\WINDOWS\SYSTEM32&amp;gt; prompt.&lt;br /&gt;
: &lt;br /&gt;
: [quote]&lt;br /&gt;
: &lt;span style="color: Blue;"&gt;[Usage] Full-screen&lt;/span&gt;&lt;br /&gt;
: [/quote]&lt;br /&gt;
: &lt;br /&gt;
: I suppose you are in full screen mode, not windowed mode.&lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
: &lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;&lt;br /&gt;
 &lt;br /&gt;
Yes I am opening it in a full window.&lt;br /&gt;
I don't know too much, could you please explain, in detail, how to enter &lt;br /&gt;
mode con: cols=80 lines=43 or&lt;br /&gt;
mode con: cols=80 lines=50 or&lt;br /&gt;
these commands&lt;br /&gt;
&lt;br /&gt;
Chequer&lt;br /&gt;
When the game is over, the King and the pawn share the same box.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367904/re-dos-properties/#367904</guid>
      <pubDate>Mon, 10 Dec 2007 16:55:11 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/367910/re-dos-properties/#367910</link>
      <description>Ok, when you see this : &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Blue;"&gt;:\WINDOWS\SYSTEM32&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
write this :&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Blue;"&gt;mode con: lines=50&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
and press the "Enter" key at the end.&lt;br /&gt;
I'm sorry I can't be more explicit.&lt;br /&gt;
&lt;br /&gt;
I can't explain you how to open a command prompt,&lt;br /&gt;
because that was your first statement...&lt;br /&gt;
&lt;br /&gt;
"Quote..."&lt;br /&gt;
&lt;span style="color: Red;"&gt;When I open Dos&lt;/span&gt; I cannot display the full text in the dos window.&lt;br /&gt;
ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays, :\WINDOWS\SYSTEM32&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/367910/re-dos-properties/#367910</guid>
      <pubDate>Mon, 10 Dec 2007 21:08:25 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/368022/re-dos-properties/#368022</link>
      <description>: Ok, when you see this : &lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;:\WINDOWS\SYSTEM32&amp;gt;&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
: write this :&lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;mode con: lines=50&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
: and press the "Enter" key at the end.&lt;br /&gt;
: I'm sorry I can't be more explicit.&lt;br /&gt;
: &lt;br /&gt;
: I can't explain you how to open a command prompt,&lt;br /&gt;
: because that was your first statement...&lt;br /&gt;
: &lt;br /&gt;
: "Quote..."&lt;br /&gt;
: &lt;span style="color: Red;"&gt;When I open Dos&lt;/span&gt; I cannot display the full text in &lt;br /&gt;
: the dos window.&lt;br /&gt;
: ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays, :\WINDOWS\SYSTEM32&amp;gt; &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
: &lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;&lt;br /&gt;
 Sorry for the late reply but my computer malfunctioned, something to do with the CPU&lt;br /&gt;
I had to send it to Adelaide Sth.Australia to get it fixed.&lt;br /&gt;
Do you know the shortcut key to press to change a minimised to maximised screen?  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chequer&lt;br /&gt;
When the game is over, the King and the pawn share the same box.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/368022/re-dos-properties/#368022</guid>
      <pubDate>Fri, 14 Dec 2007 19:24:37 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Properties</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/367834/368023/re-dos-properties/#368023</link>
      <description>: : Ok, when you see this : &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;span style="color: Blue;"&gt;:\WINDOWS\SYSTEM32&amp;gt;&lt;/span&gt;&lt;br /&gt;
: : &lt;br /&gt;
: : write this :&lt;br /&gt;
: : &lt;br /&gt;
: : &lt;span style="color: Blue;"&gt;mode con: lines=50&lt;/span&gt;&lt;br /&gt;
: : &lt;br /&gt;
: : and press the "Enter" key at the end.&lt;br /&gt;
: : I'm sorry I can't be more explicit.&lt;br /&gt;
: : &lt;br /&gt;
: : I can't explain you how to open a command prompt,&lt;br /&gt;
: : because that was your first statement...&lt;br /&gt;
: : &lt;br /&gt;
: : "Quote..."&lt;br /&gt;
: : &lt;span style="color: Red;"&gt;When I open Dos&lt;/span&gt; I cannot display the full text in &lt;br /&gt;
: : the dos window.&lt;br /&gt;
: : ie.C:\WINDOWS\SYSTEM32&amp;gt; only displays, :\WINDOWS\SYSTEM32&amp;gt; &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;span style="color: Red;"&gt;Good luck!&lt;/span&gt;&lt;br /&gt;
: : &lt;span style="color: Blue;"&gt;Hackman&lt;/span&gt;&lt;br /&gt;
:  Sorry for the late reply but my computer malfunctioned, something &lt;br /&gt;
: to do with the CPU&lt;br /&gt;
: I had to send it to Adelaide Sth.Australia to get it fixed.&lt;br /&gt;
: Do you know the shortcut key to press to change a minimised to &lt;br /&gt;
: maximised screen?  &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: Chequer&lt;br /&gt;
: When the game is over, the King and the pawn share the same box.&lt;br /&gt;
&lt;br /&gt;
Alt+Enter</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/367834/368023/re-dos-properties/#368023</guid>
      <pubDate>Fri, 14 Dec 2007 20:24:20 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
  </channel>
</rss>