Search found 2 matches

by rune1
16 Mar 2023 05:36
Forum: DOS Batch Forum
Topic: fixed the problem myself
Replies: 1
Views: 1452

fixed the problem myself

why will it not echo this @echo off echo ./\. echo |^^^^^^^^^| ./LLLL\. echo |`.'`.`'`'| ./LLLLLLLL\. echo |.'`'.'`.'|/LLLL/^^\LLLL\. echo |.`.''``./LLLL/^ () ^\LLLL\. echo |.'`.`./LLLL/^ = = ^\LLLL\. echo |.`../LLLL/^ _.----._ ^\LLLL\. echo |'./LLLL/^ =.' ______ `. ^\LLLL\. echo |/LLLL/^ /|--.----....
by rune1
02 Mar 2023 05:51
Forum: DOS Batch Forum
Topic: How do i save color to a savefile in a batch file
Replies: 0
Views: 23792

How do i save color to a savefile in a batch file

i have this code :menu color %backroundColor%%textColor% cls echo 1. Play echo. echo 2. Load echo. echo 3. Delete savefile echo. echo 4. Settings echo. set /p variable= Write the number of your choice: if %variable% equ 1 goto start if %variable% equ 2 goto load if %variable% equ 3 goto delete if %v...