Write a batch script which configures this list of commands :
- Put the name of the window "Cmd configuration"
- Put the color of the text in green.
- Put the prompt character "$"
- Show the message "Cmd is configured"
- Ends by keeping the window open..
MY answer ( Is this right?)
@echo off
title cmd configuration
color a
prompt $
@echo off
Echo cmd is configured