Results 1 to 2 of 2

Thread: hiding programs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    126

    hiding programs

    In the school library you have to run different programs to do different operations. For example you need a different program to do patron maintainence than to check out books. This wouldn't be a problem but the software won't let you run more than one program at a time without purchasing a more expensive license, and the library can't afford that. This is really annoying when you are adding books to the database and a kid comes along and wants to check something out.

    Is there a way I could write a program to hid the fact that one of the programs is running? I think it just checks the task manager to see if it's running or something, I can't find a PID file or anything.

    Thanks for the help in advance!

    Kevin

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Probably with difficulty.

    What the programs do, I expect, is to create a Mutex (mutually exclusive handle). Only one of these can be created, and if you try and recreate one (by providing the same name) it will return an error, and the first mutex.

    I think you can browse them for the names if you're on NT.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width