Author Topic: Issuing Appload in Script  (Read 2105 times)

0 Members and 1 Guest are viewing this topic.

bman

  • Guest
Issuing Appload in Script
« on: June 10, 2005, 10:24:27 AM »
Is there a way to issue the appload command within a script?

This doesn't work:

[Volume]^C^C_.appload;C:/Data Resources/Acad/LSP/Favorates/vol.lsp;

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Issuing Appload in Script
« Reply #1 on: June 10, 2005, 10:29:58 AM »
Code: [Select]
[Volume]^C^C(load "C:/Data Resources/Acad/LSP/Favorates/vol.lsp");

EDIT: /Favorates/ is spelled wrong...hope I'm not being a jerk about it...

bman

  • Guest
Issuing Appload in Script
« Reply #2 on: June 10, 2005, 11:02:47 AM »
Thanks for the code....and for catching the typo :oops: