PPROMPT.TXT in the PPROMPT.ZIP file.

--------------------------------------------------------------------------
 PPROMPT.ZIP contains :

	- PPROMPT.BAT	Personalized Prompt,
	- FPROMPT.BAT	Prompt Personnalis (french version),
	- PPROMPT.TXT	this file.
--------------------------------------------------------------------------

PPROMPT.BAT allows you to personalize the DOS prompt. 

4 prompts are included either in the french version (FPROMPT.BAT) or in
the English one (PPROMPT.BAT).

The syntax appears on PPROMPT [Enter].

The file ANSI.SYS must be resident. Please, check your CONFIG.SYS contains
the line 'DEVICE=C:\DOS\ANSI.SYS'.

For instance, in order to dispose of the appropriate prompt in a DOS
session, you can have the following batch file to run Windows :

					@echo off
					rem ===========
					rem  WIN31.BAT
					rem ===========
					cls
					call pprompt 4
					win.com
					call pprompt 1


--------------------------------------------------------------------------
 Others tools (Freeware) from the same author :

	- AC.ZIP		Cursor Accelerator (written with Debug),
	- CHERCHE.ZIP	Files finder (in Turbo Pascal 5.5).
--------------------------------------------------------------------------


Comments or questions are always welcome,

Have fun !

Marc Goldstein - 100260,2253



PPROMPT.TXT du fichier PPROMPT.ZIP.

--------------------------------------------------------------------------
 PPROMPT.ZIP contient :

	- PPROMPT.BAT	Personalized Prompt (English version),
	- FPROMPT.BAT	Prompt Personnalis,
	- PPROMPT.TXT	ce fichier,
--------------------------------------------------------------------------

PPROMPT.BAT est un petit utilitaire qui personnalise le prompt du DOS.

4 exemples de prompt sont inclus dans PPROMPT.BAT (version anglaise) ou
dans FPROMPT.BAT (version franaise).

La syntaxe apparat sur PPROMPT [Entre].

Pour fonctionner, le fichier ANSI.SYS doit tre charg en mmoire.
Vrifier que la ligne "DEVICE=C:\DOS\ANSI.SYS" figure bien dans le
CONFIG.SYS.

Par exemple, vous pourriez lancer Windows avec le batch suivant :

					@echo off
					rem ===========
					rem  WIN31.BAT
					rem ===========
					cls
					call pprompt 4
					win.com
					call pprompt 1

ce qui permet d'avoir un prompt appropri dans une session DOS.


--------------------------------------------------------------------------
 Du mme auteur :

	- AC.ZIP		Acclrateur de curseur (crit avec Debug),
	- CHERCHE.ZIP	Chercheur de fichiers (crit en Turbo Pascal 5.5).
--------------------------------------------------------------------------

Tous commentaires ou questions seront accueillis  bras ouverts,

Amicalement,

Marc Goldstein 100260,2253.

