Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
microsoft . public . scripting . vbscript
This is a Usenet group - learn more
Find or start a Google Group about vbscript.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 67064  Older »
Description: Microsoft scripting newsgroup.
 

Handle cancel after invoking CopyHere 
  According to function documentation, CopyHere does not return values. So, how is the Cancel action command handled?
By hector.j.fonta...@gmail.com  - 7:51pm - 1 new of 1 message    

Invoke IE's "Send to OneNote" from VBScript 
  Hi All, I have IE10 & OneNote 2013 installed on my PC. OneNote has "Send to OneNote" item added to IE menu. I'm creating IE application object and opening a web page in VBScript like this: Set objIE = CreateObject("InternetExplorer .Application") objIE.Navigate targetURL Now when the page is opened I'd like to send it to OneNote app (if doing that manually one just clicks 'Send to OneNote' menu item). Please advise how to do that from VBScript. execWB works straightforward for the standard commands but it's unclear in case of extensions. Sending to OneNote printer option doesn't work for my task (because content is captured as image and split into pages).... more »
By serg.thea...@gmail.com  - May 16 - 5 new of 5 messages    

HTA in IE9,10? 
  I've been seeing indications in my server logs that people may be having trouble with HTAs in IE9 and/or IE10. I've got one test machine for Win7 where HTAs work fine, but I haven't checked different versions of IE. Does anyone know of any recent changes that limit or restrict HTA functionality?... more »
By Mayayana  - May 13 - 4 new of 4 messages    

Popup Msgbox not working... HELP! 
  Okay, this should be a no brainer but I am have an issue with the following code working. '################## DOES NOT WORK ######################## sub DisplayMessage(message) Mresponse = ws.Popup (message, 30, "Information:", 1) if (Mresponse = 2) then msgbox "cancelled selected. Will now quit."... more »
By Steve Blake  - Apr 26 - 12 new of 12 messages    

HTA application, looping through checkboxes nightmare. 
  How can I get this to work? strWhatsChecked = "" intForLoopCounter = 0 Set CBForm = Document.ChkBoxFrm ' intNumberOfCheckBoxesInForm = document.ChkBoxFrm.ChkBoxThing .length intNumberOfCheckBoxesInForm = CBForm.ChkBoxThing.length MsgBox "Number of Check boxes in the form = " &... more »
By jimmyjones  - Apr 15 - 8 new of 8 messages    

Performance compare between FileSystemObject.CopyFile and FTP Transfer 
  I have two server in difference places (Server A and Server B) I want to copy a file from server A to server B. I would like to know the performance between FTP and the function Scripting.FileSystemObject.Cop yFile. Will it use all the bandwidth between server A and server B if I use Scripting.FileSystemObject.Cop yFile function?... more »
By Jiro  - Mar 27 - 1 new of 1 message    

Capture argument string 
  Is there a simple way to capture the entire argument string passed to a VBScript? I don't need to parse or do anything with individual arguments... I just need to pass the whole thing along, including double-quotes so that the number of arguments doesn't change and so that spaces within the arguments are preserved.... more »
By Jim  - Mar 25 - 2 new of 2 messages    

Start a VBS script from within one 
  Hello all, Currently I've got a batchfile which calls a number of VBScripts using CSCRIPT. All the called VBScripts therefore echo their output into that one console window. What I like to do is to do the very same, but replacing the batchfile with a "parent" VBScript. The thing is, although there are several ways to do it (run, shell,... more »
By R.Wieser  - Mar 24 - 8 new of 8 messages    

How to read a text file in vbscript 
  Hallo, I'm looking for a vbscript that reads a text file line by line till the last line. And within the same script there is a icacls command. So the script is supposed to read the text file and execute the command in cmd. Please help i really need this.
By kerkukiso...@gmail.com  - Mar 22 - 9 new of 9 messages    

Assistance with Stripping Value from String 
  All, I have been racking my head and searching techniques for this one but either its so easy I cant see it or more complex for my skill set. Basically I am reading a configuration file and searching for a specific term to get that specific line into a variable for me to work with.... more »
By cmatthew...@gmail.com  - Mar 11 - 13 new of 13 messages    

1 - 10 of 67064   « Newer | Older »

XML