- published: 18 Dec 2009
- views: 32580
5:00
Delete Files Using the Windows XP Command Prompt
Basic commands for deleting folders with the Windows XP Command Prompt.
The Audio is a bi...
published: 18 Dec 2009
Delete Files Using the Windows XP Command Prompt
Basic commands for deleting folders with the Windows XP Command Prompt.
The Audio is a bit of crap due to pre-existing conditions, and you may need to turn up your volume a bit to hear me. My computer also wasn't running too hot when I was recording this, so keep that in mind.
If you have any insight to what is wrong feel free to tell me.
- published: 18 Dec 2009
- views: 32580
9:58
Command Prompt Basics 2 - File Manipulation
Have a problem? Ask in the forum:
http://www.mob3.co.uk/forum
or the live chat:
h...
published: 04 Mar 2008
Command Prompt Basics 2 - File Manipulation
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).
- published: 04 Mar 2008
- views: 56630
9:57
Command Prompt Basics 1 - Introduction (Files & Directories)
Have a problem? Ask in the forum:
http://www.mob3.co.uk/forum
or the live chat:
h...
published: 04 Mar 2008
Command Prompt Basics 1 - Introduction (Files & Directories)
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 1 of 3 of my Command Prompt Basics Video. I answer a submitted question from ppm1122. I talk about both CMD and Command.com (which was used in the early versions of DOS).
CD = Change Directory (Folder)
DIR = Directory Listing(List Folder Files)
H: = Change Drive (Replace with drive letter)
- published: 04 Mar 2008
- views: 97607
3:57
Command Prompt Basics-Moving Files and Folders in CMD [Tutorial 2]
This is how to move files and folders from within CMD.
It's pretty basic
the command you ...
published: 23 Jul 2011
Command Prompt Basics-Moving Files and Folders in CMD [Tutorial 2]
This is how to move files and folders from within CMD.
It's pretty basic
the command you need to learn is : move
This is the setup
C:\yourfiledirectory nameofFILE.fileextension C:\newdirectory
Really really simple
Thanks for watching. Rate Comment and Subscribe!
Tutorial 2 by prohelp2010
- published: 23 Jul 2011
- views: 2699
4:34
Tutorial on how to make a Java jar file with the command prompt
Check out my website http://tunejet.net for free music.
A (slightly dated but hopefully he...
published: 29 Jul 2011
Tutorial on how to make a Java jar file with the command prompt
Check out my website http://tunejet.net for free music.
A (slightly dated but hopefully helpful) tutorial on how to turn your code into a jar file using the command prompt. Command starts at 2:29.
- published: 29 Jul 2011
- views: 20742
3:54
Security Tip : How To Hide Files/Folders Using Command Prompt
One of the things that I'm interested in it & important to me is SECURITY so today i will ...
published: 12 Nov 2011
Security Tip : How To Hide Files/Folders Using Command Prompt
One of the things that I'm interested in it & important to me is SECURITY so today i will teach
to hide any kind of files & folders using Command Prompt
Let's hide some Files/Folders
1) Open Command Prompt
2) Type this command \
attrib "Your File/Folder path" +s +r +h
For Example \
A) To hide a file ( type the file extension )
attrib "G:\TEXT.txt" +s +r +h
B) To hide a folder
attrib "G:\New Folder" +s +r +h
your file/folder should be hidden now, even if you tried to change sitting of Folder Option
It wont work!!
Now How to Unhide It ?
retype the Command Again But this time change all the (+) signs with (-) sign like this
attrib "Your File/Folder path" -s -r -h
And that's it enjoy hiding files/Folders
By the way don't forgot to follow my page on G+
Links \
https://plus.google.com/b/112643811247489853348/112643811247489853348/posts
- published: 12 Nov 2011
- views: 6616
1:59
Deleting undeletable file through command prompt
To open command prompt, go to run, type "cmd" and press [ENTER].
This video shows how to ...
published: 09 Jul 2011
Deleting undeletable file through command prompt
To open command prompt, go to run, type "cmd" and press [ENTER].
This video shows how to delete a file through command prompt if you cannot delete the file directly....
- published: 09 Jul 2011
- views: 2853
8:36
BASH Shell commands file ( commands for linux )
A bash tutorial describing the usage of the file command. With examples that demonstrates ...
published: 26 Feb 2012
BASH Shell commands file ( commands for linux )
A bash tutorial describing the usage of the file command. With examples that demonstrates how file works and some of its limitations.
Show notes: http://www.linuxleech.com
Twitter: http://www.twitter.com/linuxleech
Facebook: http://www.facebook.com/linuxleech
- published: 26 Feb 2012
- views: 1788
3:06
Command Prompt Basics - Create and Edit txt files in CMD [Tutorial 4]
This tutorial covers how to create and edit text files all from inside of command prompt. ...
published: 23 Jul 2011
Command Prompt Basics - Create and Edit txt files in CMD [Tutorial 4]
This tutorial covers how to create and edit text files all from inside of command prompt. Pretty cool thing to find out in cmd really.
Commands to learn:
edit
then type up your stuff, go to file and save as and you're done
thanks for watching rate comment and subscribe
tutorial 4 by prohelp2010
stay tuned for more CMD tutorials
- published: 23 Jul 2011
- views: 4884
3:02
How to delete a folder through CMD (Command Prompt)
Welcome,
In this tutorial i will show you how to delete folders using/though cmd (command ...
published: 03 Feb 2012
How to delete a folder through CMD (Command Prompt)
Welcome,
In this tutorial i will show you how to delete folders using/though cmd (command prompt).
To find out watch the video and dont forget to subscribe :)
Thank you
Muhammad Ali
MAK Productions
- published: 03 Feb 2012
- views: 8330
3:06
Command Prompt Basics-Open files in CMD [Tutorial 3]
This tutorial covers how to open up files all from within command prompt
Really basic and...
published: 23 Jul 2011
Command Prompt Basics-Open files in CMD [Tutorial 3]
This tutorial covers how to open up files all from within command prompt
Really basic and simple.
here is the setup
C:\filedirectoryhere filename.fileextension
That's it.... just press enter, and watch the CMD window launch the application.
Thanks for watching Rate comment and subscribe for more tutorials.
Tutorial 3 by Prohelp2010
- published: 23 Jul 2011
- views: 1762
2:00
How to bulk copy files from folder using DOS command
using the copy command of DOS, you can copy files from one folder to the other. Its very e...
published: 09 Mar 2012
How to bulk copy files from folder using DOS command
using the copy command of DOS, you can copy files from one folder to the other. Its very easy command.
- published: 09 Mar 2012
- views: 2306
3:59
Linux Commands 101 : Tar / GZ File Compression & Archive
Though gz, tar, zcat and gunzip sound like names of rejected superheroes, they're actually...
published: 15 Dec 2012
Linux Commands 101 : Tar / GZ File Compression & Archive
Though gz, tar, zcat and gunzip sound like names of rejected superheroes, they're actually part of a really powerful archive and compression tool in Linux. || Add me: http://twitter.com/nixiepixel - Learn about tar and more with my terminal tutorial
- published: 15 Dec 2012
- views: 28560
0:53
How To See Hidden Files Using Command Prompt
I found one trick to see hidden files using command prompt, just watch the video and don't...
published: 05 Dec 2010
How To See Hidden Files Using Command Prompt
I found one trick to see hidden files using command prompt, just watch the video and don't forgot to rate and subsctibe me! more tweaky videos coming soon!!!!!
- published: 05 Dec 2010
- views: 39142
Youtube results:
9:56
Command Prompt Basics 3 - File, Internet & Useful Commands
Here is my final (Part 3 of 3) Command Prompt Basics video, I could show more but I don't ...
published: 04 Mar 2008
Command Prompt Basics 3 - File, Internet & Useful Commands
Here is my final (Part 3 of 3) Command Prompt Basics video, I could show more but I don't want to spam videos.
echo = Display contents on a screen
@echo off = Put in the beginning of a .BAT file to hide the displaying of commands in the file
cls = Clear Screen
color = Change colour of the box
ping = Send a signal to a server to see if it responds
http://www.internetfrog.com - find location of IP Address
tracert = shows path to a website
net user password = Change User Password
net send = Send message as popup
systeminfo = System Information
- published: 04 Mar 2008
- views: 51311
2:30
Creating and Debugging Windows Batch Files with Take Command
Creating Batch Files with Take Command http://jpsoft.com
Windows batch files, also called...
published: 23 Jun 2011
Creating and Debugging Windows Batch Files with Take Command
Creating Batch Files with Take Command http://jpsoft.com
Windows batch files, also called cmd files, bat files, or batch scripts, allow you to simplify and automate routine or repetitive tasks.
Take Command includes tabbed console windows, an IDE/ batch debugger, and a complete CMD.EXE replacement that provides you with a vastly better UI and thousands of other features that are not available in CMD.EXE. In addition, Take Command is a powerful batch file programming tool, offering powerful extensions such as DO loops, error and exception handling, block-structured logic, an integrated IDE editor and a sophisticated batch debugger, third-party plugins, and over 450 built-in variables and functions. Creating batch files is easier, more efficient and less tedious.
- published: 23 Jun 2011
- views: 4162
12:49
Command Prompt Basics - Commands (Delete, Rename, Move, and Copy) [Tutorial 8]
This is a little more longer than my usual tutorials, but this gives a lot of information ...
published: 27 Aug 2011
Command Prompt Basics - Commands (Delete, Rename, Move, and Copy) [Tutorial 8]
This is a little more longer than my usual tutorials, but this gives a lot of information in CMD. Enjoy
- published: 27 Aug 2011
- views: 3749
2:22
How To Use cp Command To copy files and folders In Linux Or Ubuntu Step By Step Tutorial
How To Use cp Command To copy files and folders In Linux Or Ubuntu Step By Step Tutorial
...
published: 29 Aug 2011
How To Use cp Command To copy files and folders In Linux Or Ubuntu Step By Step Tutorial
How To Use cp Command To copy files and folders In Linux Or Ubuntu Step By Step Tutorial
Simple Copy
$ cp file1 file2
Copy file1 to file2 preserving the mode, ownership and timestamp.
$ cp -p file1 file2
Copy file1 to file2. if file2 exists prompt for confirmation before overwritting it.
$ cp -i file1 file2
Folder
$cp -r folder1 folder2
- published: 29 Aug 2011
- views: 4432