|
How to read and write a text file? Hi Can someone give me an example to read and write a text file in this format using VBScript? Thanks. Jirong "id","state","submitdate","severity","priority","summary","description" "1","Submitted","4/11/00 7:00:00","3-Workaround","3","The shortcut for""Printing"" is grayed out","See summary --John" "2... 14 Jun 2008 16:53
NATURIST http://carsmodifications.blogspot.com http://naturismeurope.blogspot.com http://computerconstruction.blogspot.com http://scoutingguiding.blogspot.com http://britishwaterways.blogspot.com http://ukfinanceissues.blogspot.com ... 14 Jun 2008 12:17
Direct Upload to youtube I am attempting to do a direct upload to youtube using server side vbscript. I need to transmit the video with the following headers/ format. You can see this documentation at http://code.google.com/apis/youtube/developers_guide_protocol.html#Sending_a_Direct_Upload_API_Request POST /feeds/api/users/default/upl... 14 Jun 2008 09:42
Correct syntax for selectnode I am trying to extract specific items from a MSINFO32.nfo file. I can extract all the data I need except the drives and respective drive sizes. I have decided to show the whole parent node /category of Storage/Drives What should be the correct syntax for this command? sHardisks = oXML.SelectNode("Data[Item='Dr... 19 Jun 2008 04:28
watch for a pop-up window I need to write a script that will watch for a pop-up window from another application and then perform certain tasks. The only part I'm stuck on is knowing when the window has popped up. Any help pointing me in the right direction would be appreciated. Thanks... -- Mike ... 13 Jun 2008 12:19
The Speficied Module Could Not Be Found 8007007E Hi All, I am fairly new to scripting and have written a script to create a custom installer. I have tested the script in VMWare and on a couple of machines and all seems to be working just brilliantly (not first time of course!) However, another user tried the script on thier machine (WinXP SP2) and they got t... 13 Jun 2008 13:20
Install a Printer (WMI) Access denied hi, i got a problem here. I used a script from technet - http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true Script Center Home > Script Repository > Printing > Print Servers, Queues, and Print Jobs called "Install a Printer" under win2003Server. each time i run the script afte... 20 Jun 2008 09:09
Error Why does this give me a error, path not found? This is a script for Vista. Set fso = CreateObject("Scripting.FileSystemObject") dFolder = "%UserProfile%\appData\Roaming\Microsoft\Windows\cookies" Set Fldr = fso.GetFolder(dFolder) For each file in Fldr.files If Ucase(Left(File.Name, 6)) = "COOKIE" Then w... 14 Jun 2008 09:12
help needed moving mulitple computer accounts Richard this is a great script and saved my butt last weekend. I need to run it on about 1000 pc's next week and would like to get a text output of the machines as it goes through the list of pc's. (I thought I could add that part myself but haven't been successful.) Any quick and efficient ideas? "R... 17 Jun 2008 10:07
Data type mismatch in criteria expression Getting "Data type mismatch in criteria expression" with the following. strings are obtained with request.form("strReinDistance"), etc. Set rsDataOfIntroduction = server.createobject("adodb.recordset") conn.webqry_insertDate_Source strReinDistance, strRandr, strA & "_" & strB, strSourceStockID strSourceSto... 18 Jun 2008 23:06 |