Running applications

Discussion in 'AutoCAD' started by Marcel Goulet, Jul 23, 2004.

  1. Hi,

    I need to know, using lisp or vlisp, if a particular application is running, for exemple, the program "notepad.exe".

    Is there a way to know that ?

    Tanks.
     
    Marcel Goulet, Jul 23, 2004
    #1
  2. Marcel Goulet

    Servo Guest

    ya mean somethin' like tihs?--->^C^Cshell START ACRORD32
    x:/x/x/DOCS/TEXT-CHART.pdf;

    --
    Servo
    "Kids love Robocop!"
    tservo100 at
    ameritech dot net
    Slow, fiery death to all spammers!!!
     
    Servo, Jul 23, 2004
    #2
  3. Marcel Goulet

    Dale Fugier Guest

    Hi Marcel,

    DOSLib has a dos_processes that returns a list of processes, or tasks,
    running on the system. For example:

    (dos_listbox "Process" "List of all process" (dos_processes))

    You can download DOSLib fee from www.mcneel.com.

    --

    Dale Fugier
    Robert McNeel & Associates



    running, for exemple, the program "notepad.exe".
     
    Dale Fugier, Jul 23, 2004
    #3
  4. I already have DosLib, I didn't know there was that kind of fonction. That's exactly what I need.

    Thanks alot Dale !
     
    Marcel Goulet, Jul 26, 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.