What is Perms.EXE?
Display a user’s ACL access permissions for a file. Output from PERMS may be misleading in cases where a user has inherited permission through membership of an NT workgroup. [First released in the NT4 Resource Kit]
Display a user’s ACL access permissions for a file. Output from PERMS may be misleading in cases where a user has inherited permission through membership of an NT workgroup. [First released in the NT4 Resource Kit]
While Windows Vista’s Windows Sidebar may come pre-configured with a few gadgets such as a clock, photo gallery, and news feeds, what if you want to add other gadgets?
Schtasks.exe is a command-line utility in Windows that enables administrators to manage scheduled tasks.
Create a windows shortcut (.LNK file)
Robocopy, short for “Robust File Copy”, is a powerful command-line utility in Windows that allows you to copy or move files from one location to another. It offers a plethora of useful features and switches, making it a favorite among IT professionals.
When developing applications or testing scripts in Windows XP, it may prove beneficial to benchmark how much time it takes for the particular code to execute. Perhaps you need to test different sorting or cache file management algorithms to learn which one is quickest. You may want to record how long it takes website analysis software to parse… Read More »
Many DOS commands in the 32-bit versions of Windows are similar but support different parameters or a few different commands. Thus, if you wish to write a batch file that can run on different types of machines, it may prove beneficial to determine the version of Windows on which the batch file is running. This way the batch… Read More »
The less command, on most UNIX-style operating systems, displays the contents of a text file, but in a different fashion than the more command. Instead of only allowing one-way scrolling through a file, less uses the entire terminal window to display a text file and allows for interactive bi-directional scrolling. The less command has other interactive features, allowing… Read More »
Computer programmers and system engineers often need to convert hexadecimal numbers such as FF to decimal numbers (255) and vice-versa, but don”t want to open up the Windows XP calculator tool?
Most Unix operating systems come with a du command for users and system administrators to help determine which directories use the most file space. This is useful if file space is getting low and one needs to determine where to start looking for files to remove and/or archive.