Summary
Instructions provided illustrate how to create an ArcInfo Workstation desktop icon that runs an AML.
Procedure
- Navigate to %ARCHOME%\Bin\arc.exe in Windows Explorer.
- Right-click arc.exe and select Create shortcut.
- Right-click the new shortcut and select Rename.
- Drag and drop the new the shortcut to the desktop.
- Right-click the new icon and select Properties.
- Click the Shortcut tab.
- In the target window, append a double quoted command string using
the &RUN AML directive to start the AML.
Code:
%ARCHOME%\bin\arc.exe "&run c:\testdirectory\rightoff.aml"