Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rodpettit

    Create Scheduled Tasks via WScript

    As part of an automated Admin roleout, I'd like to automatically setup Scheduled Tasks on client PCs via a WScript using VB. A lot of the PCs are Win98, so the 'AT' command is not an option. I'm currently creating '.job' files and then copying them over the network into the ScheduledTasks...
  2. rodpettit

    String Compare Problem

    If it's not implicit that a Var is a string, then you will get the problems you describe. In this case you can use... myVar = new String (originalVar)
  3. rodpettit

    How Can I change the Internet Explorer options

    A few examples for the simple options. If you're looking to change the Options under "Tools|Internet Options", I would also like to know the answer. So far I've only seen that direct changes to the registry are required. Set IE =...
  4. rodpettit

    Pressing "Ok" on a Confirm Popup

    Hi Ralph, I've tried SendKeys, but without success. Perhaps it could work, but I need a specific example. Once the confirm() popup function is called, the Wscript seems to pause & wait for the confirmation (Ok or Cancel) before continuing. Thanks, Rod
  5. rodpettit

    Pressing "Ok" on a Confirm Popup

    Hi, I'm automating a webpage analyser. I can currently get the webpage to load & reload, analyse the various info & press the Submit button. However, the page requires a confirmation prior to sending the form. It calls the confirm() function which pops-up a small window with Ok or Cancel. I want...

Part and Inventory Search

Back
Top