How can I run a macro.

How can I run a macro.

Anonymous
Not applicable
237 Views
2 Replies
Message 1 of 3

How can I run a macro.

Anonymous
Not applicable
Hi!
I want to write a command at the command prompt(or from the menu) and a
macro to run .
Any idea how this can be done?

Thanks
John
0 Likes
238 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Search this ng for the answer (using google.com)

--
R. Robert Bell, MCSE
www.AcadX.com


"J.K." wrote in message
news:ADCB17EF474DF7950388AC7566AA7BF6@in.WebX.maYIadrTaRb...
| Hi!
| I want to write a command at the command prompt(or from the menu) and a
| macro to run .
| Any idea how this can be done?
|
| Thanks
| John
|
|
|
0 Likes
Message 3 of 3

Anonymous
Not applicable
(defun C:Go ()

(Command "-VBARUN" "test.dvb!modtest1.test2")
(princ)
)
Aslo You can write a SHORTCUT to run the macro

"J.K." wrote in message
news:ADCB17EF474DF7950388AC7566AA7BF6@in.WebX.maYIadrTaRb...
> Hi!
> I want to write a command at the command prompt(or from the menu) and a
> macro to run .
> Any idea how this can be done?
>
> Thanks
> John
>
>
>
0 Likes