| Thread | Last Post | Replies |
|
| copying folders to new loc and renaming folder to date | 31 May 2006 23:40 GMT | 1 |
I want to copy a folder from one location to another network location and rename the folder to the date it was copied. I know as much about scripting as I know about quantum physics (little to nothing!) so any help would be appreciated!
|
| Perl | 31 May 2006 23:32 GMT | 1 |
Hi, I'm new user in Perl. How can I execute perl in Windows XP/2003??? Thanks
|
| Batch File to delete existing shortcuts | 31 May 2006 22:27 GMT | 2 |
I'm trying to code a batch file that will delete any existing icons with a filename of *text*.lnk that reside on the local C drive. I can run the commands at a command prompt but when I execute them in a batch program, I get unexpected results. How can I accomplish this task?
|
| Powershell and writing functions | 31 May 2006 19:29 GMT | 1 |
I've googled and have not been able to find how to properly write functions that return multiple variables. I've seen examples of functions that return one variable but not mutliple variables. In VBScript, you could use 'byref' to return variables but how do you do
|
| Problems with getting groupmembers from ADS | 31 May 2006 16:51 GMT | 3 |
I tried to get the members of a domaing-roup with the script shown on http://www.microsoft.com/technet/scriptcenter/scripts/ad/groups/adgpvb13.mspx: ------------------------------------------------------------- On Error Resume Next
|
| Adding shortcut to toolbar | 31 May 2006 04:09 GMT | 2 |
I guess the first quesstion should be...Can I do this? Add a shortcut to the "Quick Launch" toolbar I mean. So far, I'm not having any luck. Here's my code:
|
| Can't set environment variable | 30 May 2006 22:05 GMT | 1 |
I am working with windows visual sourcesafe from the command line. In order to get it to work i need to point the SSDIR environment variable to the path of SRCSAFE.ini In the old shell i would type (as the msdn page said): set ssdir=U:\TDS
|
| Win Explorer - Folder Options plus... | 30 May 2006 18:52 GMT | 1 |
Windows Explorer is really giving me a PITA. For no apparent reason, it will NOT remember my settings, such as "Detail", vs "Icons", etc. I've tried bumping some number (can't remember exactly what at this moment) that was supposed to tell XP to remember more(?) folders to keep ...
|
| Telephone Number extract utility | 30 May 2006 15:27 GMT | 3 |
Total novice when it comes to scripting. Would like to have a utility where an admin type user can extract all users telephone numbers to a csv or other file type. Any assistance greatly appreciated.
|
| Get computer objects location attribute | 30 May 2006 15:22 GMT | 1 |
I'm trying to set the default printer on the clients in my network. All the clients computer objects in AD are provided with a location in the location field. But when I run the script (.vbs) I get this error: "The directory
|
| Executing a binary | 30 May 2006 02:51 GMT | 2 |
Using vbscript, how can i shell and execute a binary?
 Signature .-""""-. /_ _\
|
| help with this script | 30 May 2006 02:33 GMT | 1 |
Hi, i've this script On Error Resume Next Set objNetwork = CreateObject("Wscript.Network")
|
| Logon Script .bat | 29 May 2006 18:43 GMT | 3 |
Hello, i have made a real simple script to mount directories echo Welcome to the domain net use x: \\server\share1 net use z: \\server\share2
|
| bring a cluster resource online | 29 May 2006 12:13 GMT | 4 |
I need to find the vbscript code to bring a cluster fileshare resource online. Does anybody have the code or know where i might find it?
 Signature --------
|
| How to update an iframe tag using vbscript? (Permission Denied Err | 28 May 2006 04:05 GMT | 5 |
Hi ALL! I need to place the results of a vbscript process on an iframe in a html page but I am receiving a "Permission Denied Error" in the "iewindow.innerhtml" line and I cant find a way to fix it... would anyone
|