Linux:recursive-diff
Monday, June 30th, 2008diff -u -r -B -N -s FOLDER1 FOLDER2
diff -u -r -B -N -s FOLDER1 FOLDER2
If you’re one of the many people that NEVER use the “links” folder in your favorites and can’t keep windows for re-creating it. Here’s how:
[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\ Software\ Microsoft\ Internet Explorer\ Toolbar
Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: REG_SZ [String Value] // Value Name:
LinksFolderName
Value Data: [Set the String Value to a blank string]
Open Internet Explorer and manually delete the Links folder from Favorites Menu. The Links folder will not be recreated. Exit Registry and Reboot.
Working through cmd prompt is not easy with long paths and folder names.
This trick provides a solution !!!
What can be done :
** Command prompt can be added to ‘Right Click Menu’ of each folder.
** Clicking on this will open the folder in cmd prompt.
** Now, the files in that folder can easily be operated.
How to do it :
** Open any folder.
** Tools >> Folder Options…
** Change to File Types
** Select Folder from the list.
** Click Advanced button.
** Now, click New
** Type Command Prompt in Action
** Type cmd.exe in Application used to perform action:
** Now, click OK and Apply
That’s All !!!
Now, Right Click any folder and click Command Prompt
And see what happens !!!
Some don’t like my shared documents folder option. If you are one of that, here is a trick to remove it.Open registry editor by going to START-RUN and entering regedit.
Once in registry, navigate to key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.
If you are working at the Command Prompt your can modify and print the text file very easily. There are different ways to print text a file while working at the Command Prompt. Assuming the file you want to print is in your current folder, you can type here with your file name with extension. For example: print filename.txt and press Enter. Here .txt is the file extension. You must use the extension. Now in the same way you can edit this file before printing with given command edit filename.txt and press Enter. This command opens the MS-DOS Editor to edit this file. Edit the file and then press Alt, F, P to print it.