Jump to content

stiwwy

Members
  • Posts

    3
  • Joined

  • Last visited

stiwwy's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I am also interested to know if there is a fix for this. I also observed that when I restart my PC and run the same script above, it will work on the first execution. After that an error 50 is returned. You'll have to restart the PC again to make it work. I guess this has something to do with the smtp session.. Just a suspicion.
  2. I am new to AutoIt so please forgive my ignorance. I have made a simple script that will locate for a control and then set a value on that control. For the sake of discussion, let's call this script as "SetControl.exe" This script will require the following variables to be supplied by the user: $ControlName, $ControlValue. How can I pass these variable inputs from command line? Something like "SetControl.exe Name Johnny" What do I need to add on my setcontrol.exe script to accept "name" as the control name and "johnny" as the value to set on the "name" control. thanks!
  3. Where can I find the GUIList.au3 file?
×
×
  • Create New...