Jump to content

djfire

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by djfire

  1. @FrancescoDiMuro and @faustf Thank you for the reply. I am still learning as I don't really understand the basics (taking my time) but hopefully it is not all for nothing When you mean run as admin, I put this at the beginning of the script? Also the autoitwindowinfotool is mostly blank for most of them. But I will try learning the Control*...With Mouse it looks like when my resolution changes it does not click the right place.
  2. I did get it to start and login at least: Func Example() RunWait("C:\Program Files (x86)\Intuit\QuickBooks Enterprise Solutions 18.0\QBW32EnterpriseWholesale.exe") ; Wait for the window to become active WinWaitActive("QuickBooks Desktop Login") ; Now that the window is active type the password an hit enter Sleep(5) Send("PASSWORD{ENTER}")
  3. So I am currently in the process of learning Autoit, and I have gotten a lot (really nothing) done. What needs to happen: Quickbooks needs to be started, we need to login as admin, click any windows that may appear, and switch quickbooks to single user mode. Wait about 30 minutes for the reports to send out, and then switch back to multi user and start another quickbooks web connector and sync it. I am going to do most of the research, but I would like to know if this is possible with Autoit before I go down the hours of learning. I can also include pictures upon request. Thanks, Djfire
×
×
  • Create New...