Results 1 to 2 of 2

Thread: Scrolling in MS-DOS.

  1. #1
    willi is offline Senior Member
    Join Date
    Jan 2009
    Posts
    148
    Rep Power
    4

    Default Scrolling in MS-DOS.

    How do I scroll in MS-DOS?

  2. #2
    gorden is offline Senior Member
    Join Date
    Jan 2009
    Posts
    148
    Rep Power
    4

    Default

    If you are using MS-DOS then scrolling in not probable in any of the version of MS-DOS. Also, if you are using Windows there you can re-size the MS-DOS window to a full screen there is also no option for the Scroll bar in the windows too. For listing the files in MS-DOS one page at a time to use the the 'pipe' command in combination with the more declaration. For instance:
    dir | more
    or
    attrib *.* | more
    In addition, some commands, like as the dir command, also permit the /p command that displays one page at a time.
    For instance: dir /p

Similar Threads

  1. Problem with Scrolling In WebPages
    By sharon fishermen in forum Windows XP
    Replies: 0
    Last Post: 03-09-2010, 12:24 PM
  2. Needs Scrolling software ?
    By Annali Birgetta in forum Applications
    Replies: 1
    Last Post: 10-06-2009, 01:03 PM
  3. Screen scrolling on its own
    By Jacq44 in forum Everything Else
    Replies: 2
    Last Post: 04-24-2009, 01:23 PM
  4. Automatic scrolling(XP and Vista)
    By macrona in forum Windows XP
    Replies: 0
    Last Post: 03-30-2009, 09:50 AM
  5. Scrolling software wanted
    By sheldon in forum General Software Terms
    Replies: 1
    Last Post: 03-18-2009, 12:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48