Jump to content

Recommended Posts

Posted (edited)

I think that when it's on and you view a text file that is larger than the screen, you can't scroll the text with the up down arrows

 

The original use was for DOS when a dir command listed directory contents ScrollLock would pause the feed.

I can't remember clearly anymore though.

Edited by Agozer
Posted

It locks the scroll d00d!

 

It was used during the days of Dos to allow a person to use the arrow keys to scroll through massive pages like spreadsheets and stuff. It's basically useless now but you can still use it in Excel.

Posted

Its still funny to watch ppl go,

 

"HOLY CRAP! I PRESSED SCROLL LOCK! QUICK TURN IT OFF!!!!"

  • 2 weeks later...
  • 2 weeks later...
Posted

:lol:

 

In command-line environments such as DOS, the pipe symbol can add functionality to a DOS command. The way I most frequently use it is when doing a directory listing (DIR) on a large directory with hundreds of files. Say I type “DIR” at the command prompt like so:

 

C:\Una\Lesbian Porn>DIR

 

... then the 22,000 files in that directory scroll past so fast I can't see their names. However, if I apply the pipe function at the command prompt like this:

 

C:\Una\Lesbian Porn>DIR | more

Posted
:lol:

 

In command-line environments such as DOS, the pipe symbol can add functionality to a DOS command. The way I most frequently use it is when doing a directory listing (DIR) on a large directory with hundreds of files. Say I type “DIR” at the command prompt like so:

 

C:\Una\Lesbian Porn>DIR

 

... then the 22,000 files in that directory scroll past so fast I can't see their names. However, if I apply the pipe function at the command prompt like this:

 

C:\Una\Lesbian Porn>DIR | more

Hahahaha....Well, one can get the same effect by using the DIR /p command.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...