File creation is perhaps one of the most trivial tasks you perform on your computer almost every day. If you’re a Windows user, you probably do it via the graphical interface. Although this approach ...
One of the useful features of the Windows Command Prompt (also known as CMD, CMD line or Command line) is creating, or adding, a text file to the current directory. This is especially useful if you ...
Opening the Command Prompt and running some commands every time is somewhat a tedious job. Are you also bored of using it constantly? If yes, then why not use a double-clickable desktop shortcut ...
If your company develops desktop applications for Windows, you're probably using Visual C++. This version of C++ contains special functions and objects to handle the Windows environment. These files, ...
Hi, I am trying to write an ever so small batch file that simply runs the following command.<BR><BR>subst B: "C Documents and Settings\Bob\My Documents"<BR><BR>I want to write this as a batch (.bat) ...