home *** CD-ROM | disk | FTP | other *** search
- echo off
-
- rem Here is the most trivial screen saver for whatever its worth.
- rem To exit, press any key.
-
- rem Not that it is any of my business, but why buy a computer in the
- rem first place if you don't want to use it. :-)
-
- rem If you want to hide the cursor completely while the screen is
- rem blanked, delete the rem in front of the three rows below. See
- rem COLOR.BAT for the alternatives for the next to last line. The
- rem current code restores yellow text on black background.
-
- echo off
-
- rem echo
-
- cls
- pause > nul
-
- rem echo
- rem echo
-