Enable/Disable NIC Script - Win 7 how would you modify the above script to work with Windows 7? Const ssfCONTROLS = 3 sConnectionName = "Local Area Connection" sEnableVerb = "En&able" sDisableVerb = "Disa&ble" set shellApp = createobject("shell.application") set oControlPanel = shellApp.Namespace(ssfCONTROLS) set oNetConnection... 3 Feb 2010 16:18
tutorials There a lot of usefull <a href=http://phpforms.net/tutorial.html>html tutorials</a> there Paul Randall wrote: Maybe you need to find a tutorial with examples.http://www.w3schools. 24-Jan-10 Maybe you need to find a tutorial with examples. http://www.w3schools.com/js/tryit.asp?filename=tryjs_form_radio Yo... 3 Feb 2010 09:28
Help with WMPlayer controls in VBScript I am trying to validate a streaming URL in the form of mms://..../file.wmv, by using the WMPlayer controls. So far I found a way to play the URL and by interpreting the status message find out if the file is playing or not and therefore validates its existence (see Script below). My problem is that I must g... 18 Feb 2010 16:16
vbScript Editor with Intellisense Just in case you haven't noticed it already, there is a freeware "VBScript Editor with Intellisense" offered by Rajneesh Noonia on the Code Project website: http://www.codeproject.com/KB/vbscript/VbScript_Editor_With_Inte.aspx You can get the same thing at PlanetSourceCode. The Code Project ... 3 Feb 2010 10:35
[ann] vbScript Editor with Intellisense From time-to-time people will ask here about a vbScript editor which comes with "Intellisense" (the ms terminology for "hinting"). The usual response for those with unlimited software budgets is, of course, Sapien's PrimalScript. Just in case you haven't noticed it already, there is a freeware "VBScript Editor ... 2 Feb 2010 17:34
send waypoint to GPS on COM5 Does anyone have any vbscript samples on sending or receiving waypoints for Garmin handheld GPS? Mine connects via a USB to Serial adapter at COM5. I can switch my GPS from Garmin format to NEMA if necessary. I'd like to create a simple app with inputboxs for latitude, longitude and waypoint name so I can look ... 4 Feb 2010 14:37
Clicking a thickbox link I am writing up a vbscript that navigates through my company's intranet to test server responsiveness. As part of the navigation process, I have to click on a link that is displayed inside a thickbox. I can successfully navigate my IE application object onto the thickbox, but once I'm there with my script, ap... 2 Feb 2010 17:34
Reading terminal services session information Hello everyone, Can anyone assist me with a script? I need to have a script run locally on a server and read the terminal services session information. I need to be able to see if there are any sessions connected, and what their status is at that time. If the status is idle, then I need to see how long the statu... 2 Feb 2010 17:34
Need help in MS OS that supports and not supports the vbscript Hi , I am currently doing the vb-script programming in windows environment. I would like to know the list of micro soft operating systems which supports and not supports the vb-script. Thanks in Advance ... 2 Feb 2010 17:34 |