Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rrot
  • Content: Threads
  • Order by date
  1. rrot

    execute unix command with conditions

    Hello, everybody. i need to run a unix command (let's call it progxy) after pushing a button only if there is no other instance of this program already running. under bash-shell i would use: ps -C progxy || progxy i tried: button .can01.but01 -command {exec ps -C progxy||progxy &}...

Part and Inventory Search

Back
Top