Tuesday, November 25, 2008

Remove Square Brackets in Filename

When you drag a file (e.g. index.htm) from the Temporary Internet Folder to a standard folder, the file is renamed with square brackets with a number inside (e.g. index[1].htm or index[2].htm).

The URL SCRIPTING REMOVE BRACKETS REVISITED has a JScript to remove this square brackets. The steps are :

  1. Put the JScript in the SendTo directory
  2. Over the file (e.g. index[1].htm), right click
  3. Select Send To
  4. Select the JScript

Then, the file will be renamed with square brackets removed.


No comments:

Duplicate Open Current Folder in a New Window

Sometimes after I opened a folder in Win7, I would like to duplicate open the same folder again in another explorer window. Then, I can ope...