Jump to content

Recommended Posts

Posted

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

  • Moderators
Posted

riya,

Welcome to the AutoIt forums.

That does not sound too difficult. Which application and why do you need to change the dates before you run it?

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

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.

  • Moderators
Posted

riya,

Then start by looking at FileRead - that will get you the content of this ".fur" file - after which you can find and change the dates within it, followed by using FileWrite to save the changed file. Then look at Run to run the app.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...