06/09/2021
command prompt lesson
part 1
To get this below codes type prompt /?
$A & (Ampersand)
$B | (pipe)
$C ( (Left parenthesis)
$D Current date
$E Escape code (ASCII code 27)
$F ) (Right parenthesis)
$G > (greater-than sign)
$H Backspace (erases previous character)
$L < (less-than sign)
$N Current drive
$P Current drive and path
$Q = (equal sign)
$S (space)
$T Current time
$V Windows version number
$_ Carriage return and linefeed
$$ $ (dollar sign)
to default type prompt
to give a title type title
to know more codes in command prompt type help
to clear the page type cls
to see the code history type doskey /history
to copy the all help commands type help | clip
to copy and past them in a txt file type help(or any) > help.txt(you can type any name you wish)
to scan all windows fils(about are there all files and all of they are correctly) type like below
(make sure before doing this run cmd as administrator)
sfc /scannow
to get more codes in scanning files type sfc you will see many commands to scan files in many ways