Member since Mar 26, 2009, follows 1 people, 0 public groups, 490 public bookmarks (496 total).
More »
Tags
| Recent Tags: |
|
|---|---|
| Top Tags: |
|
More »
Recent Bookmarks and Annotations
- 10 Super PHP codes to handle HTML (for Web Developers) | DevSnippets on 2009-07-04
- Power Tips For WordPress Template Developers | Developer's Toolbox | Smashing Magazine on 2009-07-02
- 20 New, Useful And Promising Wordpress Plugins | 1stwebdesigner - Love In Design on 2009-07-01
-
WordPress Themes, HTML Templates - ThemeForest on 2009-06-11
-
ThemeForest is a marketplace for buying and selling
website templates and CMS themes for all sorts of
products, like WordPress, Drupal and Joomla.
-
- My Drum Machine Flash Game | GameGum - Free Flash Games on 2009-04-26
- Photoshop Tutorials - Psdtuts+ on 2009-04-23
- Free Photoshop Tutorials | PhotoshopStar on 2009-04-22
- Google Analytics API Now In Public Beta, Desktop Reporting Takes Stats Offline on 2009-04-22
- Daily Kos: Why yesterday's protests were stupid on 2009-04-17
-
Coder's Talk: VBScript to Replace Underscores in Filename with Spaces for All Files in a Folder on 2009-04-13
-
'========================================================
' VBScript to replace underscore in file name with space
' for each files in a folder
' Written by ApOgEE of http://coderstalk.blogspot.com
'========================================================
Dim sName
Dim fso
Dim fol
' create the filesystem object
Set fso = WScript.CreateObject("Scripting.FileSystemObject")
' get current folder
Set fol = fso.GetFolder(".")
' go thru each files in the folder
For Each fil In fol.Files
' check if the file name contains underscore
If InStr(1, fil.Name, "_") <> 0 Then
' replace underscore with space
sName = Replace(fil.Name, "_", " ")
' rename the file
fil.Name = sName
End If
Next
' echo the job is completed
WScript.Echo "Completed!"
-
Jason Coleman follows 1 people
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo