Scripting Windows 7 ZIP utility Now that Windows includes a ZIP utility, is there some way to script it instead of running an external ZIP program (like 7-zip)? -- Crash One man's weed is another man's wildflower. ... 1 Mar 2010 14:09
Using VBScript to Check for Network Share File? I've been trying to get the following script to report on any new files that might be added to a folder (a Ricoh AIO sends faxes to the folder automatically). Each user on the network needs to be alerted to the incoming faxes stored in the shared folder. Running it on the "host" works fine - it reports any fold... 25 Feb 2010 00:25
enumerate the members of nested groups I have made a more compact script to enumerate nested active directory groups, it can be found here: http://deludi.nl/blog/vbscript/active-directory/groups/active-directory-vbscript-to-enumerate-the-members-of-nested-groups-v2/ pjglick wrote: Re: Enumerate group members and nested group 27-Aug-07 Thank... 24 Feb 2010 09:45
com.sun.star.lang.Locale Please,can you translate from java to wsh this code? Dim LocalSettings As New com.sun.star.lang.Locale Thank you ... 25 Feb 2010 14:52
Runtime error 6068 I am revisiting an old VBScript that I wrote several years ago. It basically opens an existing Word document, then exports the macros associated with that document. This is the script: =========================== ' Get arguments into variables If WScript.Arguments.Count < 1 Then MsgBox "Too few arguments;... 23 Feb 2010 19:24
Scripts cant read Server 2008 Registry I have several maintenance automation scripts in place for servers in our domain. We have noticed that several of the scripts are incapable of reading or writing to the Windows 2008 Server registry. Does anyone know of an easy workaround or a solution to this issue? ... 24 Feb 2010 08:38
VBS 5.8 reference I use the script56.chm reference extensively. Is there an updated reference for version 5.8? Looking things up online is a pain. -- Crash One man's weed is another man's wildflower. ... 23 Feb 2010 15:53
Call to WindowsInstaller object causing 80004005 errors Simple script error with 80004005 API InstallProduct,PropertyValue when the script is run with a package that contains an error. The script executes flawlessly when no .msi error is encountered. This is run on Windows XP sp3 installer version is 3.1 v2. On Error Resume Next Set oInstaller = CreateObject("Wi... 23 Feb 2010 14:45
call JavaScript function from asp I am using Access database, ASP, and some Javascript. A Group of two radio buttons. Button "noshow" updates a record and calls a javascript function. The javascript function puts a value in a hiddenfield. Button "show" updates the same record and places a different value in the same hiddenfield without using the... 23 Feb 2010 19:24 |