HOW TO

Open a specific project every time ArcView is started

Last Published: April 25, 2020

Summary

The following steps will allow ArcView to open a specific project without user interaction whenever ArcView is started.

Procedure



  1. Start ArcView.
  2. Open a new script window.

    A. Activate the Project window.
    B. Click the Scripts icon.
    C. Click New.

  3. Click the Load System Script button.
    [O-Image] Load System Script
  4. Click Appl.Initialize and click OK.
  5. Scroll to the bottom of the script window.
  6. Add the following code to the end of the script substituting <yourpath>/<yourproject>.apr for your path and project.

    Code:
    Project.Open("<yourpath>/<yourproject>.apr".AsFileName)

  7. Click the Compile button.
    [O-Image] Script compile button
  8. Click Properties from the Script window.
  9. Change the name from Script1 to Appl.Initialize and click OK.
  10. Double-click an empty area of the Tool or Button bar.
  11. Click Make Default in the Customize dialog that appears.

    Note:
    If any extensions are turned on, the Make Default button will be grayed out. Turn off the extensions to finish this process.

  12. Close the Customize dialog and exit ArcView.
  13. Restart ArcView.

    ArcView should start with the desired project.

Article ID:000004612

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic