Jump to content

riya

Members
  • Posts

    10
  • Joined

  • Last visited

riya's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. This is our company application to run some reports.I learned it new So I just used mouseclicks.I will try with keypresses. Thank you
  2. Okay I will try doing that..thank you so much
  3. ShellExecute("MS.fur") AutoItSetOption('MousecoordMode', 0) Sleep(100000) MouseClick("primary",490,670,6,3) MouseClick("primary",490,745,1,3) sleep(5000) MouseClick("primary",1468,750,1,0) Sleep(6.48e+6) MouseClick("primary",1583,17,1,1) WinWait("FIS Reports") Sleep(5000) MouseClick("primary", 167, 134,1,1) Sleep(20000) ShellExecute("SP.fur") AutoItSetOption('MousecoordMode',0) Sleep(100000) MouseClick("primary",482,664,6,3) MouseClick("primary",481,738,1,3) Sleep(5000) MouseClick("primary", 1469,742,1,1) Sleep(6.48e+6) MouseClick("primary",1583,17,1,1) WinWait("FIS Reports") Sleep(5000) MouseClick("primary", 167,134,1,1) This is the code I wrote..This is working fine when it is run manually.
  4. I tried running the file using uplift but again its showing the same error
  5. I created an automation project to run some reports using auto it. In the first step it shell executes a .fur file and next everything is mostly mouseclicks. I made into a .exe file. This is working fine normally but when I set up a task scheduler to open the .exe file, the file is being opened but the there is an error popping up showing that the program is not able to locate the .fur file. Can anyone please help solving this issue?
  6. This is to run the reports for a week.So we have to open an application..From FILE, open a .fur file ,change the start date and end date and run the application. That is how I need to do the project.
  7. Hi, I am new to Auto it..I need to make .exe file using Auto it where it has to open a particular application and change the dates and run. Can any one please help
×
×
  • Create New...