This is the reference Icarus used for the maths If you'd like to learn more.
https://youtu.be/iNA4yH7DAN8
This is the reference Icarus used for the maths If you'd like to learn more.
nnnmmm wrote: ↑05 Jul 2024 03:04Code: Select all
ECHO [32;40m ECHO ================= ECHO Quake 4 - selector ECHO ================= this is what i want but WITHOUT adding a line
Code: Select all
<nul Set /P "=[32;40m"
ECHO =================
ECHO Quake 4 - selector
ECHO =================
Code: Select all
@For %G in (":0" "0" "0:")Do cmd /c if %~G==%~G echo [%~G==%~G true]
@For %G in (":0" "0" "0:")Do if %~G==%~G echo [%~G==%~G true]