Dies ist eine statische Kopie unseres alten Forums. Es sind keine Interaktionen möglich.
This is a static copy of our old forum. Interactions are not possible.

AnyKey

Erfahrener Schreiberling

  • "AnyKey" started this thread

Posts: 451

Date of registration: Dec 11th 2001

Location: H-Town

Occupation: Student

1

Thursday, June 6th 2002, 1:27pm

winXP cmd.exe und ansi.sys

Hi
ich hätte gerne, das meine console die ansi.sys beim starten laedt.

dies brauche ich fuer das softwareproject, um die ansicht in unserem menue so zu sehen, wie sie eigentlich ist. Also das das menue auch immer oben ist und ich nicht rum scrollen kann/muss

hat das einer ma gemacht ? wie geht das ?

ich hab schon gelesen, das man die config.nt bearbeiten soll und die zeile
device=c:\windows\system32\ansi.sys
eintragen muss.
das funzt aber anscheinend nicht

"Der Mensch braucht Schubladen." -- Any Key

EvilHomer

Junior Schreiberling

  • "EvilHomer" is male

Posts: 214

Date of registration: Dec 12th 2001

Location: Region Hannover

Occupation: Da kommt Ihr nie drauf ;-)

2

Friday, June 7th 2002, 9:34am

Das sollte funktionieren

PSS ID Number: Q101875
Article last modified on 08-08-2001

winnt:3.1,3.5,3.51,4.0

======================================================================
---------------------
The information in this article applies to:

- Microsoft Windows NT Server versions 3.1, 3.5, 3.51, 4.0
- Microsoft Windows NT Workstation versions 3.1, 3.5, 3.51, 4.0
---------------------

SUMMARY
=======

ANSI.SYS can be loaded and used from the command prompt, with the restriction
that it can run only in the context of the MS-DOS subsystem. Windows NT does not
support ANSI escape sequences in Win32 Console applications. To load ANSI.SYS,
add "device=c:winntsystem32ansi.sys" to the CONFIG.NT file in the Windows NT
SYSTEM32 directory.

MORE INFORMATION
================

Once ANSI.SYS is loaded, you can use any MS-DOS-based program that makes use of
this driver. However, if you want to use ANSI.SYS to change the look of the
command prompt, you may have to perform some additional steps.

For example, to highlight the prompt in MS-DOS command prompt, you must add
"dosonly" to your CONFIG.NT file, and run COMMAND (not CMD) from MS-DOS Command
Prompt. You can then run a batch file that includes the PROMPT command with ANSI
escape sequences to highlight the prompt.

NOTE: While this gives the command prompt the same appearance as an MS-DOS
prompt, you are now in a DOS-based command prompt, and you can no longer start
non-DOS programs from the command line.

ANSI.SYS, being an MS-DOS-based device driver, can be used only in the context of
the MS-DOS subsystem.

VT52.SYS may be used in the same manner as ANSI.SYS, with the same restrictions.

check auch mal diesen Link aus http://is-it-true.org/nt/utips/utips181.shtml

cu EH

When people look like ants - pull
When ants look like people - pray


AnyKey

Erfahrener Schreiberling

  • "AnyKey" started this thread

Posts: 451

Date of registration: Dec 11th 2001

Location: H-Town

Occupation: Student

3

Sunday, June 9th 2002, 4:23pm

jo danke,

nur das hatte ich auch schon gefunden, es funzt aber leider nur mit der command.exe. und die is ziemlich plöd

ich will die smc.exe benutzen

is so ähnlich wie ne sh und ne bash unter unix

"Der Mensch braucht Schubladen." -- Any Key