Results 1 to 3 of 3

Thread: Shell Programs

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    376

    Shell Programs

    I am making an application that will wake up every 10 minutes to print labels. I will read a label table to get all the info I need to print. The info in the table will determine what type of label needs to be printed. Each different type of label is printed from a different application. So... when I get the info I am thinking I should shell the application I want to run and pass it the data. I am worried though that the program will shell an applicaion and then 10 minutes later run again while the first instance is still going. Any ideas on how I can get control of the shelled application and sense that it has finished? I dont need to use shells if there is a better way.

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Shell Programs

    Have a look at this post
    Last edited by danasegarane; Dec 13th, 2006 at 09:08 AM.
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    376

    Re: Shell Programs

    Thanks, that should do the trick.

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