Want to load something in AUTOEXEC.bat, how to write it?
@ECHO OFF (Just can't display Chinese, using TW will have screen flicker, the system is XP)
pbios
font16
hzvio95
hzkbd
ctrlpan
CLS
ECHO OFF
ECHO ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
ECHO ┃ !!!Warning!!! ┃
ECHO ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ECHO ┃ The following will restore your system to the initial state, but all existing data on drive C will be lost! ┃
ECHO ┃ ┃
ECHO ┃ Press any key to continue and there will be no more prompts, press CTRL + C, and then type Y in the subsequent prompt to exit. ┃
ECHO ┃ ┃
ECHO ┃ Prompt to exit. ┃
ECHO ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
PAUSE
@ECHO OFF (Just can't display Chinese, using TW will have screen flicker, the system is XP)
pbios
font16
hzvio95
hzkbd
ctrlpan
CLS
ECHO OFF
ECHO ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
ECHO ┃ !!!Warning!!! ┃
ECHO ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ECHO ┃ The following will restore your system to the initial state, but all existing data on drive C will be lost! ┃
ECHO ┃ ┃
ECHO ┃ Press any key to continue and there will be no more prompts, press CTRL + C, and then type Y in the subsequent prompt to exit. ┃
ECHO ┃ ┃
ECHO ┃ Prompt to exit. ┃
ECHO ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
PAUSE

