|
First
|
Prev |
Next
|
Last
Pages: 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
How to pass parameters to vbscript Hi, Does anybody know how to pass the parameter to vbscript file. For example CScript A.vbs <Paramater> Where can I find the sample vbs code. Thanks in advance ... 20 Jun 2005 12:29
Hostname Sorry if this is a stupid question, but how can I return a win2000/xp hostname? I'm running a script that scans an IP range, then checks for OS + SP compatibility before running a command against those computers meeting the requirements. The ip addresses and results are logged to an excel file, but as the pc... 22 Jun 2005 12:20
Why it doesn't works? Hello. Why this code don't open IE? Dim strRejestr Dim cos2 Set WshShell = CreateObject("WScript.Shell") strRejestr = WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE\path") strRejestr = Mid(strRejestr, 1, LEN(strRejestr) - 1) cos2 = WshShell.Run(strRejestr & "\iex... 17 Jun 2005 12:21
validate 4 digit number I created a batch file that prompts for a 4 digit number. How can take the 4 digit store number and pass it to a vbscript as a argumnet? Second once passed to the vbscript the length and number to be validated to make sure there are no non-interger numbers. Can this be done with regular expressions and then usi... 18 Jun 2005 14:40
Getting Printer Mac address? Is it possible to gather all of the printers on a printer server, their IP address and also the MAC address in one script that will then port all of the info out to a text or csv file? Thanks ... 23 Jun 2005 02:45
Running VBScript code asynchronously? Is it possible to run code asynchronously in VBScript? For example, if I run the code MsgBox "First line" MsgBox "Second line" I have to click the OK button in the first message box to close it before I see the second message box. Is there a way to get the second message box to appear before the first one i... 21 Jun 2005 15:15
HELP! Shutdown / ping script Hey all! Can anyone help at all? I am doing my head in! Can't quite get the hang of all this scripting mallarkey. Here's what I'm currently doing: I need to shutdown all my PC's overnight. At the moment I have a list taken from the DHCP scope of all the PC's on the network. I've made that list into one ... 17 Jun 2005 14:29
Remote GPUpdate /force I am looking for a way to execute a command remotely using WMI. Is there a class for running a remote command? I am wanting to run gpupdate /force without a reboot on a remote XP machine. Thanks. Bart Perrier ... 14 Jun 2005 15:04
Share disk I want to [un]share C:\ using vbs. Thanks very much for your help. Uka Miuinnen ... 13 Jun 2005 08:23
Count Files and Folders This should be really easy, but can't seem to do it. I'm needing a script that counts the number of files and folders on a local disk. ... 11 Jun 2005 16:11 |