Computing.Net > Forums > Disk Operating System > How Do I Pause The Viewing Of A Text File While In Pure DOS?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

How Do I Pause The Viewing Of A Text File While In Pure DOS?

Reply to Message Icon

Name: James Preston
Date: January 11, 2001 at 23:31:53 Pacific
Comment:

I booted my Win98SE computer in pure DOS (Command Prompt mode). I selected a small 35 KB text file in my root directory named "My Saved Messages.txt" and entered:

C:\>type mysave~1.txt


The text contained in this selected file immediately and automatically scrolled down to the end of the text. What commands must I enter in order to prevent this from occuring so that I can read the full contents of this text file from its beginning to end?

Thank you for your help.



Sponsored Link
Ads by Google

Response Number 1
Name: Sean C Lee
Date: January 12, 2001 at 00:25:18 Pacific
Reply:

Try to run this "Type My Saved Messages.txt|more" (without the quote) and it shall pause the screen after every page.


0

Response Number 2
Name: lithos
Date: January 12, 2001 at 00:28:32 Pacific
Reply:

you can try typing

edit mysave~1.txt

this will bring up the dos editor called Edit. you can read and edit files from here. there might be a better way though; im not a dos junky.


0

Response Number 3
Name: Mark P
Date: January 12, 2001 at 00:54:45 Pacific
Reply:

Add /p after the txt extension remember a space between txt and /p


0

Response Number 4
Name: mr o
Date: January 12, 2001 at 02:49:01 Pacific
Reply:

/p ? you trying to tell them the wrong information for fun?

a crappyier way of pausing the data, is to use the pause key (top right of keyb), you can use this key to pause most things , inc the boot process (useful for viewing the computer info screen that amibios's bring up)


0

Response Number 5
Name: Lightspeed
Date: January 12, 2001 at 07:40:48 Pacific
Reply:


If this command is in your DOS, you can use BROWSE instead of TYPE


0

Related Posts

See More



Response Number 6
Name: name
Date: January 12, 2001 at 10:40:57 Pacific
Reply:

Heysus Krist on a crutch. HERE'S WHAT YOU DO!!!!!!

you type "THIS" at the C: prompt: "type text.doc|more" (ENTER) you are using the "type" command, you type the name of the file that you want to "type" including the "dot" extenstion, and then you use the "pipe" symbol--thats the one that looks sorta like a colon, but with "long" dots on my keyboard its "shift backslash". "/p" DOES NOT WORK with the type command. If you can get into Windows, you could probably open it with notepad or Word. If you have some other old editor on the maching, you could probably do it that way too. DON'T ANY OF YOU PEOPLE EVER READ OLD DOS BOOKS???????


0

Response Number 7
Name: fred6008
Date: January 12, 2001 at 19:40:06 Pacific
Reply:

Just because you can type DIR|more does not mean you can type TYPE README.TXT /P. /P is a switch that belongs to DIR and to DIR only. I particularly use TREE|More in DOS to find out what is on a drive. I don't think it is in Windows DOS anymore.
Using EDIT in dos the way you would use
notepad in Windows was a good idea too.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Protection error Vcache BIG Problems



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: How Do I Pause The Viewing Of A Text File While In Pure DOS?

Redirecting text file to a variable? www.computing.net/answers/dos/redirecting-text-file-to-a-variable/3566.html

How do I get the certificate of authenticity number in dos www.computing.net/answers/dos/how-do-i-get-the-certificate-of-authenticity-number-in-dos/4017.html

copying files listed in a text file www.computing.net/answers/dos/copying-files-listed-in-a-text-file/7341.html