Category Archives: Microsoft

Burn CDs From the Command Line

Need to make repeated copies of the same CD? Or do you want to burn a CD image from an .ISO file acquired via the Internet, perhaps of another operating system? If you don”t want to open up your CD burning application, you can burn CDs via DOS in Windows XP with the cdburn command.

List all DLLs Loaded on a System

For computer management, software error diagnosis, or spyware or virus diagnosis, it may prove useful to display the list, size, and version of all DLLs currently loaded on a particular Windows XP machine. This can be done on the command prompt with the listdlls command, available from the SysInternals site, part of Microsoft Technet.

Change the DOS Prompt Size in a Batch File

Need to create DOS batch files in Windows XP where the prompt size is not the standard 25 lines by 80 columns? Perhaps the batch file needs to display large screens of information and extra lines are needed. Or the batch file may be deployed on a system with a large monitor that can handle 170 columns.

Burn DVDs From the Command Line

Need to make repeated copies of the same DVD? Or do you want to burn a DVD image from an .ISO file acquired via the Internet, perhaps of another operating system? Just as the cdburn command burns CDs from the Windows XP/DOS command line, the dvdburn command can be used to burn DVDs.

Display a Directory List Without Header or File Information

When writing a DOS batch file in Windows XP, have you ever needed to acquire the list of files in the current directory without all of the header information (volume name and serial number), footer information (number of files and/or directories, bytes used and free), or extra file information (date and time, file type, and file size)?

What is Windows Sidebar? What are Gadgets?

Windows Sidebar is a vertical bar on the Windows Vista desktop that displays visual objects called “gadgets”. Gadgets can display information such as the current time, provide a mini notepad where you can jot down important information, display photos as a slideshow, provide quick games for you to play, and more. Some Windows Sidebar gadgets can communicate over… Read More »

Access A Windows 2000 Machine with RDP

Even though you are running Windows XP, it”s easy to access a machine running Windows 2000 Terminal Server. You can access a Windows 2000 machine the same way you would access a remote Windows XP machine. Just click on the “Start” menu, choose “All Programs”, “Accessories”, “Communication”, then “Remote Desktop Connection”.

What is Remote Desktop Connection?

The Windows XP Remote Desktop Connection utility lets you remotely access a Windows machine over a network or the Internet, provided it is set up to do so and you have proper access on the box. This is performed by opening a connection to the machine, then viewing a virtual desktop of said machine. From this desktop, you… Read More »