If you are a system administrator, IT professional, or a power user it is common to find yourself using the command prompt to perform administrative tasks in Windows. Whether it be copying files, ...
In the Windows environment, CAB refers to Cabinet files – an archive file format for Microsoft Windows. The format supports data compression and embedded digital certificates used for maintaining ...
Essentially, side-by-side assemblies are a way to ensure that a given application will always use a specific version of a DLL, particularly Windows system DLLs (such as the Common Controls), no matter ...
When you open a program on your computer by double-clicking its icon, you are activating that program's .exe file and, thus, launching the program. When you launch PowerPoint, for example, you're ...
What are Command Line Arguments and why would you use them? Command line arguments are extra commands you can use when launching a program so that the program's functionality will change. Depending on ...
In the world of IDE-based development, programmers can easily become detached from JDK and the underlying technology that makes their applications work. Here is a list of the five most useful Java ...
At the Microsoft Build conference this year, the company announced it will include a command-line text editor with Windows! This was followed up in a Windows blog post. We are introducing a ...
You're probably aware that most files have an extension such as TXT or EXE after the file name, even though these are not always displayed in Windows. File extensions are how Windows knows what to do ...
Sometimes you want to modify the Windows user interface, manipulate connected hardware, and create interesting Windows boot-time configurations. As a systems administrator junkie myself, I really have ...
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 ...
Many Java applications started from the command line take arguments to control their behavior. These arguments are available in the string array argument passed into the application’s static main() ...