CAPSON

Discussion in 'AutoCAD' started by Bill DeShawn at Gregg Creighton's office, Feb 6, 2004.

  1. I have a command for "DOS" mode that turns CAPS on. It won't work with
    (startapp I guess because Windows won't give it enough time to work. Is
    there a batch command for "DOS" that I can use that will give the command
    prompt a little time before exiting? For example, AutoCAD has a DELAY
    command for scripts and LISP. I would rather not use PAUSE because I would
    rather have the command be completely transparent within a LISP routine by
    using (startapp.

    --
    ____________________

    Bill DeShawn
    office of Gregg B. Creighton, Architect


    http://my.sterling.net/~bdeshawn
     
    Bill DeShawn at Gregg Creighton's office, Feb 6, 2004
    #1
  2. I found this command just now:

    (acet-sys-keystate keycode)

    I'm going to give it a try.

    --
    ____________________

    Bill DeShawn
    office of Gregg B. Creighton, Architect


    http://my.sterling.net/~bdeshawn
     
    Bill DeShawn at Gregg Creighton's office, Feb 6, 2004
    #2
  3. Never mind. It just checks whether a key is toggled or untoggled. It
    doesn't actually toggle it.

    --
    ____________________

    Bill DeShawn
    office of Gregg B. Creighton, Architect


    http://my.sterling.net/~bdeshawn
     
    Bill DeShawn at Gregg Creighton's office, Feb 6, 2004
    #3
  4. Bill DeShawn at Gregg Creighton's office

    BTO Guest

    take à look at the acad.pgp header :

    ; Bit 1: si défini, n'attend pas la fermeture de l'application
    ; Bit 2: si défini, lance l'application dans une fenêtre réduite
    ; Bit 4: si défini, lance et masque l'application
    ; Bit 8: si défini, met la chaîne d'argument entre guillemets
    ;

    and play with bit.
    sample :

    DIR, DIR, 2,*spécification de fichier:,

    Bruno Toniutti
     
    BTO, Feb 24, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...