First  |  Prev | 
Pages: 531 532 533 534 535 536 537 538 539 540 541
Randomising a text file
Hello, I have a text file with a list of hostnames in it. I want this list to be reorganised randomly anyone got any idea how to do this in VBS or Batch file language Cheers Dan ... 14 Feb 2005 19:31
runtime error 800a0030 when executing vbscript from w2k. Works on
When running the script from command prompt: c:\wscript MyScript.vbs under windows 2000 professional, I got the error below. Microsoft VBScript runtime error '800a0030' Error in loading DLL: 'MyDocs' But when running under Windows XP Professional, it works fine. WSH 5.6 on both systems. (on w2k the build i... 14 Feb 2005 19:31
Help with vbscript errors
I have the following vbscript but I occasionally get 2 errors that I need to somehow work into this so it doesn't halt the process. This basically checks to see who is logged on where based upon a listing of computer names stored in a text file. Sometimes a workstation may be disconnected from the network or ... 14 Feb 2005 19:32
ERROR_ACCESS_DENIED5 (00000005)
I have written a script which uses dnscmd to update my DNS records but I get the ERROR_ACCESS_DENIED 5 (00000005) . The only way to resolve it is by making IUSR a member of the administrator group. I have already checked to see if the FileSystem permissions are what is causing the problem but it was not. I am runn... 14 Feb 2005 19:31
Network Status icon
Hi all Does anyone have a script to check the following reg key ... HKLM\System\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002 BE10318}\<adapter GUID>\Connection .... to see if there's a ShowIcon key and if it is to set it to 1, or if not create it. This is to enable the 'network status ... 14 Feb 2005 19:31
New User - Want to convert batch file to VBscript
I currently have a batch file that runs every night to perform a backup. It does something like this: rem Prepare Oracle service call ShutdownService.bat call exportdata.bat call ZipFilesToBackupDir.bat call RestartService.bat Now because the ShutdownService.bat and RestartService.bat come with the ... 14 Feb 2005 19:31
Add Domain User to Local Power Users group.
This script works if the user is "Power User" or "Administrator" locally but if it is a "Domain User" it doesn't. Anyone have a clue what to do? I want to run it against all my users in domain. Yes I know I could do this via GPO but I don't want to do that. I would only like to use this script once so everyone ... 24 Feb 2005 01:05
VBScript Interacting with HTML
Hello All: I have been tasked with modiftying an existing applicaiton. This app, for each .asp page has two pages, an .asp and .htm page. The .asp page will load the .htm and post that to the browser. How do I get the .asp page to interact with form variables on the .htm page? I need to add a new <SELE... 14 Feb 2005 19:31
GetDetailsOf
I've found numerous examples of this and understand its use but what I need is the opposite ... something like "SetDetailsOf" that will enable me to programatically set Comments, Author, Subject, etc. I'm running XP Pro and would prefer a VBScript (CScript) solution. *** Sent via Developersdex http://www.develope... 14 Feb 2005 19:31
Passing variables to wshShell.run
Hi, I have the following 2 ways to send a message to specified IP address. However, how can I modified it so that I can pass ip address and message as variable to the wshShell.run method? Set objShell = WScript.CreateObject("WScript.Shell") objShell.Run("%comspec% /k net send 10.0.0.11 ""Messages to be send"""),... 14 Feb 2005 19:31
First  |  Prev | 
Pages: 531 532 533 534 535 536 537 538 539 540 541