|
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more... access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/ ... 11 Jun 2008 05:39
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more... access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/ ... 11 Jun 2008 05:39
Monitor share access Hi I've been looking for this, and would have thought it easy, but am still empty handed. On a small network I'd like to see when someone is accessing one of my shares, almost all of which are readonly. All the machines use XP, and we use simple file sharing. Any help would be great Rob ... 11 Jun 2008 09:45
SetDNSSuffix Script Hi - I am using the following script as a Startup script in Group Policy to set the DNS Suffix Search List on Windows XP workstations. The script works fine for the DNS suffixes that I define in the script. However, how can I get the script to add the specified DNS suffixes specified in the script but not overwrite... 10 Jun 2008 19:43
Leaning vbscript A job opportunity has come up for me and I need to learn VB. Actually from what the person said they are using VB script with a website. I guess my questions are. 1. What is a good book to learn this? 2. Is VB scripting into a website normal practice? 3. Any suggestions for learning th... 11 Jun 2008 22:03
Only allowing numeric characters in a text box I am writing an HTA application and am trying to setup a textbox that only allows numeric characters. In the OnKeyDown event I have a custom function running just like this: <input type="text" name="txtClientPhone" id="txtClientPhone" onKeyDown="Check_Phone(Me)" onBlur="Check_Fields()"><br> Here is my Check... 12 Jun 2008 20:00
Burner available ? Hi, is it possible to identify if a client has a burner ? There's a way to read a registry value: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\<DeviceName>\<Some Numbers>\Device Parameters\Imapi If there exists "EnableImapi=1" a burner is present. But: If I change the burner with a DVD- or CD R... 10 Jun 2008 13:34
Add domain group to local group question I run a script locally when I'm setting up a machine that adds a domain group to the local administrators group. I use the following: strComputer = "computer" Set objAdmins = GetObject("WinNT://" & strComputer & "/Administrators") Set objGroup = GetObject("WinNT://domain1/techsupport") objAdmins.Add(objGroup.A... 10 Jun 2008 14:04
Map Network Drive with Remember Password Hello, How can the following VBScript be changed to remember the password so that after the PC is restarted the mapped drive is still connected? [VBScript -- Begin] On Error Resume Next Dim oNetwork Set oNetwork = CreateObject("WScript.Network") strDrive = InputBox("Do NOT CHANGE Network Drive Letter:"... 10 Jun 2008 15:37 |