Login | |
|
 |
RE: Inventory of scripts on this site. - 2/16/2006 8:16:22 AM
|
|
 |
|
| |
ebgreen
Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
|
You forgot the I use which is oFSO. But to actually address the issue, we should never count on using variable names to find a snippet. If you want to find a snippet that uses the FileSystemObject, then you should search for FileSystemObject not what you think the variable name might be.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Inventory of scripts on this site. - 2/16/2006 9:41:33 AM
|
|
 |
|
| |
Fredledingue
Posts: 337
Score: 0
Joined: 5/9/2005
From:
Status: offline
|
no, of course, but as snippets are supposed to be reused, the better wear the same variable. especialy fso. Or oFSO if you prefer.
_____________________________
Fred
|
|
| |
|
|
|
 |
RE: Inventory of scripts on this site. - 5/11/2006 2:03:24 AM
|
|
 |
|
| |
mcds99
Posts: 424
Score: 4
Joined: 2/28/2006
Status: offline
|
The way I use scripts may differ from the way others use scripts. I use the same script over and over changing a single setting. I also do large updates to settings on a some what global basis. I use a file system to keep my scripts straight the case defines what is what, it's a bit convoluted but it works for me. C:\ _Scripts DNS add remove change delete DHCP clean dump option176 option250 scopeadd CALENDAR tesT Option6 Option3
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
|
|