CMD - Auto Run Commands On Startup
Uploader Comments (MasterJake777)
All Comments (20)
-
Thanks! I put exit and when I opened CMD... Then I customized it!
-
Thanks!
-
Good vid.... I need help on how to make a bat file run a program at startup. In other words I want a bat file to run a program as soon as I start my pc or when I log on. Can this be done with a bat file? And what are the commands? Please make a vid or send me written instructions.....
Thanks for the help!!!!!'
-
@SLAWTERX Before the %DATE% %TIME% thing u gotta put echo. so --> ....&echo.%DATE% %TIME%&...
-
I tried the date and time thing but it didn't work it says
'Fri' is not recognized as an internal or external command, operable program or batch file.
-
help: When i went on the registry edit, i didn't find the autorun, when i clicked on expandable string value, it said cannot create value. error writing to the registry
-
Thanks man! This pretty helpful, so I can make it like how I want it.
5/5 :D
-
if you put in auto run the command exit its like disabling the cmd
how do i set it do show the date and time ???
brilleabene 2 years ago
date and time constants:
%DATE% %TIME%
put them somewhere in your echo statement
MasterJake777 2 years ago
Nice, 5/5 ^_^
Just wondering what would you type to change text color?
eviltaiyouai 2 years ago
The "color" command does that. Open cmd and type "color /?" to get the help info with all of the color commands.
MasterJake777 2 years ago