CMD Resource...

2 views
Skip to first unread message

k4...@aol.com

unread,
Jun 5, 2026, 1:00:16 PMJun 5
to BARS-REFLECTOR
BARS Team:

Inline image

For your Techie Computer Brain Needs..
Zero to all-night, and beyond, if you're hungry for I.T. adventures!

MS Command Line Reference Resources:

Download the Guide (.PDF file) from Microsoft at this URL:
https://www.microsoft.com/en-us/download/details.aspx?id=56846

Online A-Z Index of multiple OS commands from SS64.com
For Windows "CMD" specific, navigate here...
https://ss64.com/nt/

More Resources to investigate
Pure-Info-Tech
https://pureinfotech.com/


Practice these COMMANDs 

 - @
 - rem
 - cls
 - echo off
 - echo.
 - echo
 - pause
 - end

(edit a text file and call it 2Much-Fun.bat)

-=-=-=-=-=-=-=-=-=-=-=-=-=-

@echo off
rem 2Much-Fun.bat
cls
echo.
echo - - - - - - - -
echo   Expand your
echo    Abilities
echo    EXERCISE
echo - - - - - - - -
echo.
echo.
echo READY TO BEGIN... Waiting for you to
pause
echo.
echo.
echo.
echo - - - - - - - - -
echo     EXPANSION
echo  TASK COMPLETED
echo - - - - - - - - -
echo.
echo.
echo Achievement Credit Awarded!!!
echo -  Waiting for you to accept
pause 
end

-=-=-=-=-=-=-=-=-=-=-=-=-=-


Reply all
Reply to author
Forward
0 new messages