Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

BATCH FILES

Featured Replies

NOBODY HAS BEEN ABLE TO ANSWER THIS QUESTION DIRECTLY I HAVE 2 FILES ON MY FLOPPY ONE IS A BATCH FILE THE OTHER IS THE FILE THAT I WANT THE BOOTUP SCREEN TO PRINT SO I CAN VIEW IT THE NAME OF THIS FILE IS NAMED CMOS SO I USED THE COMMAND TYPE CMOS.TXT

THAT OPENS UP THE FILE BUT IT SHOOTS DOWN THE SCREEN TO THE END OF THE FILE WHAT COMMAND DO I USE TO VIEW THE WHOLE FILE I MEAN WHY WOULD IT EVEN SHHOT DOWN THE SCREEN IN THE FIRST PLACE I WANT TO BE ABLE TO READ THE WHOLE FILE SOMEBODY TOLD ME TO USE TYPE CMOS.TXT /P AND ALSO TYPE CMOS.TXT /MORE BUT NONE OF THAT WORKED DO YOU HAVE ANY IDEAS OR ISTHERE A SOFTWARE I CAN BUY THAT WILL GET THIS THING DONE

No the /p command is normally used after the DIR command. It wont work here. As for /more I dont know what the hell thats used for!

The reson why the batch finnishes straight away and closes is because its got no reason to stay open. Its main task in life is to display your text file which takes all of 2 micro seconds then it exits. You need to issue a command for it to stay open. For example, the pause command will display the text until the user presses a key to continue.

TYPE CMOS.TXT

pause

  • Author

SOULIN

MAYBE IAM DOING THIS WRONG WHERE IS THE PIPE SIGN ON THE KEYBOARD I THOUGHT IT WAS ABOVE THE RIGHT SLASH

Btw dont use capital letters, it means angry attitude.

It is above \...

Usually it is shown as TWO lines on keyboard, on screen it is one line.

  • Author

It doesnt work anyhow. There i have no capitals Who knows the answer. There has to be something

Soulin has the answer.

You must use piping.

It's the sign above the ' backward slash '

For the noobs under us. Use " Shift \ "

If that doesn't work for u, then there is one last solution.

Go play with your PS2.

if I remember correctly "more" is not a built-in function of the OS but a separate program, so the "more" program has to be in the directory too. (correct? :blink: )

if I remember correctly "more" is not a built-in function of the OS but a separate program

yes "more.com" in system32 (used to be in \dos). doesn't have to be in the directory as long as it's in the path (which it is)

  • Author

I have a idea. How do i check a windows 98 bootup disk what commands it has in cmd . can i put the files in cmd and read the commands

You Could Do That

You Could Also Add Your Batch File To A Floppy

The File Must End In Bat not cmd

Use This Cmd It Works. You Could Also Add More.exe

To The Boot Disk

note That The File Must be In The Same Dir

type cmos.txt|more

My Test And It Worked

Type D:\UpdateList-DownLoadList.txt | More

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.