Hardlinks are something that I always thought were not supported in windows. Now with the NTFS file system hard links can be used. In dos the fsutil command can be used to create a hardlink from a specific file. Using a command like the following: fsutil hardlink create newFile.txt originalFile.txt From what I can tell this […]
Scripting
As I tend to use a dos a lot I decided it might be nice to modify the way dos looks. Below is the result of my modifications. I basically just changed the font color to green and made the working directory appear one line higher than normal. Here are the steps if you would […]