Help with Command Aliases
I have imported my ACAD.PGP file. All seemed to work. When I export to an ica file, all looks ok. However my shell commands don't work.[Alias-198] Alias=HASD-ET LocalCommand=C:\CADD\Program\EventTracker\EventTracker.exe ShellPrompt=App Name> RetVal=0 CrMode=1Does anyone know what is wrong here? HASD-ET is supposed to launch an external application.
Comments
-
What you can do is to set the windows environment path so that you can launch the EventTracker.exe application by typing EventTracker at the dosprompt.(Similarly when you type calc or notepad at the dosprompt calc.exe and notepad.exe get launched)Alternatively you could also copy the EventTracker.exe in BricsCad home directory (C:\Program Files\BricsCad\BricsCad)Your .ica entry for that alias should look like follows:...[Alias-198]Alias=HASD-ETLocalCommand=(startapp "EventTracker")[Alias-199] etc...
0