Jump to content

apex52

Members
  • Posts

    4
  • Joined

  • Last visited

apex52's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. How can I create a simple gui box with a button which when pressed changes the gui without launching an entirely new one, like if I wanted to add a new button or change what the original button said. Similar to the way a installer works when navigating through the menu's. Thanks.
  2. Hello all, I am hoping someone could point me in the right direction with a simple hello world type script. What I would like to do is have a GUI which does the following: GUI opens and states that a process is running based off of RunWait. GUI updates stating that process is complete when RunWait reports process is no longer running. GUI continues and watches a new process start and close and updates that status message. I would like to do this without the GUI closing. Running app1... Complete Running apps2...Complete
  3. The numbers will be on individual lines in sequential order in an answer file on the server. The number will plug into a specific line or possibly replace a specific line all together in a file located on the workstations. ( It is suppossed to say Station ID=XXX) Then the number needs to be removed from the answer file so it will not duplicate it on the workstations. The answer file will only contain the numbers. The workstations file, called environ.ccc has other pieces of info, but I can make sure each file is the same by snapshot.
  4. I need to write a script which will do the following: Read the first line from a text file( a list of numbers 1 through 999) and put the number into another file on a specific line. It also needs to delete the line it just read so it will not duplicate the number entered. We run this educational software called CCC and it requires a unique station ID from 1 to 999. We currently have to modify the numbers by hand and after a year or two, we start duplicating numbers, it is especially irritating after we image a school. Can this be done in autoit or does anyone know of an easier way?
×
×
  • Create New...