Jump to content

start app at a certain time


Small Fish

Recommended Posts

I would like an application (eg explorer) to start at a certain time.

for example

 

 
(setq    Time     (substr (rtos (getvar "CDATE") 2 6) 10 4)
     );setq
 (if
   (= Time "1200")
  (startapp "explorer")
   )

 

However this code will only work if it is activated at 12:00

How can I make it so that the explorer will open at 12:00?

My guess is that reactors are the way to go?

Trouble is I know nothing about reactors - is there another way to make it happen?

 

thanks to any way who could help

cheers SF

Link to comment
Share on other sites

Having another think about it - my guess is that a reactor would be the only way to do it. The event would be any action in Autocad eg a command, moving cursor, saving, auosave, etc. If there is an "event then the clock is checked. Can someone write some code that would do that please?

I will have to dissect it line by line to understand it.

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...