Forum Home
Press F1
 
Thread ID: 43116 2004-03-03 18:52:00 Can 98se get a command prompt like XP? MrBeef (342) Press F1
Post ID Timestamp Content User
220016 2004-03-03 18:52:00 Hi there at school the computers have XP and i quite like the command prompt styles over in it, you can paste stuff (right click) and you can also use page up and down to scroll through everythign that has been typed etc


I am wondering if this is possible for Win98se in anyw?
MrBeef (342)
220017 2004-03-03 20:25:00 Hi win 98's is called DOS. The XP/win2k command prompt is just a DOS emulator (XP & 2k still have 16 bit code in them). You can't cut and paste in DOS using the mouse you need to use commands via the keyboard.

Cheers Murray P
Murray P (44)
220018 2004-03-03 20:59:00 The easiest way to get the command prompt:
Click Start
Click Run
Type;
command


Chill.
Chilling_Silently (228)
220019 2004-03-04 03:34:00 The DOSKEY command will add a command history and some alias support to the DOS prompt. It has been installed by defalut with DOS/win9x for a while.

To install it, open C:\autoexec.bat in notepad (or similar) and on a seaperate line add "DOSKEY".
bmason (508)
220020 2004-03-04 08:12:00 What i was mean that using the "command.com" from windows on Win98se i want it to be like XPs command prompt whereas you can scroll up and down the window and you can right click and copy or paste. Etc etc.

XPs command prompt (run - cmd)

Cheers
MrBeef (342)
220021 2004-03-04 09:06:00 wow I think you mean you want to limit the size of the command/dos screen so it's a box ie scorllable?

I think that from memory, you could tell windows to open a dos box/windows... maybe command -w

maybe it's google time?

:)
zminos (5010)
220022 2004-03-04 09:24:00 well for the time being i have made it so that the screen initial size is 50 lines.

That way if i do net, i can see everything that net has to offer. like net config, generally i cant see that if i turn it back to normal.
MrBeef (342)
220023 2004-03-05 02:05:00 I am not sure what you are after.
Win98 has true dos. If you look at the file "msdos.sys" and change the line "gui=1" to "gui=0" it will boot into Dos. From Dos you can load Windows (c:\windows\win if you wish.

If you go into a Dos command prompt in Windows, you can get a full screen by [Alt]+[Enter] To close the Dos screen type "exit".
You will only be able to copy etc in a Window, not a full screen.
Mzee (158)
220024 2004-03-05 02:52:00 Increasing the number of lines is the only way I know of apart from using MORE or dumping the program output to a file.

BTW, to change the number of screen lines on-the-fly use: mode con lines=50 or 43, 25 etc.
bmason (508)
220025 2004-03-05 03:48:00 The features that you describe are new to the NT range of Windows with XP - they were not in Windows 2000 and are definitely not in Win9x DOS. JohnD (509)
1