Have a problem? Ask in the forum:
http://www.mob3.co.uk/forum
or the live chat:
http://www.mob3.co.uk/chat
Here I show part 2 of 3 of my Command Prompt Basics Video. I show how to create, view, rename, copy, delete & make files hidden. I also talk very quickly about making and removing directories
Copy Con = Make new file + enter contents
Type = View file contents
Ren = Rename
Start = Start windows program
Attrib = Add or Remove file attributes
Xcopy = copy multiple files
MD = Make Directory
Copy = Copy file
Del = Delete file
RD = Remove Directory
You can run more than one command in a batch file, just rename the end to BAT (filename.bat).
u def didnt tell me wat i wanted to kno thank u fer nothing :)
SuperAndrewBenson 2 weeks ago
@Sitof100 you can use the %username% command
so to go to your desktop for example you can do
cd C:\Users\%username%\Desktop
And if you want to find out what your computer name is just type "echo %username%"
BULD0SIS 1 month ago
@mobilephone2003 can you hide a folder or a file with cmd?
BULD0SIS 1 month ago
what if a file name is composed by several separated words like this for exemple :" b c d.txt " ?
because I have souch a file and whenever I try to manipulate with it, the system can not find it!
help me please!
KrIsstyanuS 1 month ago
Excellent video. Anyone view the help page and read what commands do, but seeing what they do and how to use them in these videos infinitely helped me understand the dynamics of the Command Prompt and its use. Thanks for making the video posts.
EpIClLamA46 5 months ago
Is there any "open with" command? What I want to do is open a file with an unrecognized extension (ex: filename.x4k) but I want to set the written batch file to open it with cmd. I know you can do this with notepad by typing "notepad.exe filename.x4k" but that is useless to me. I assumed it might be "cmd.exe filename.x4k" but all that does is displays copyright information. Any help?
ixcaliber 7 months ago
this help me a lot!
djemo0590 8 months ago
how the hell do you find out your computers name because if i dont find that i can go on to the desktop or any other folder right
Sitof100 8 months ago
@TheXasapakos I wouldn't advise it, but you can forcefully delete files with del /f but if you forcefully delete something important, you'll be hurting for it later.
theif519 9 months ago
If you type "Cat b.txt" wouldn't that work as well?
theif519 9 months ago