Development menu program how to make one?

Discussion in 'Software' started by xwerxes, 7 Oct 2004.

  1. xwerxes

    xwerxes What's a Dremel?

    Joined:
    12 Jun 2003
    Posts:
    36
    Likes Received:
    0
    I was programming a program to work like a menu you got links/buttons to click that will the run programs/games/commands. The links should be written like a command you type in the windows run prompt

    ex. c:\windows\explorer.exe c:\windows

    but I dont know how :blush:

    I'm using borland c++ 6 builder

    [edit] I tried googling but only found junk so thats why I turn to the friendly people at bit-tech :D
     
  2. ManStrike

    ManStrike What's a Dremel?

    Joined:
    29 Jan 2002
    Posts:
    58
    Likes Received:
    0
    don't understand

    are you trying to input the text or run it or what?
     
  3. xwerxes

    xwerxes What's a Dremel?

    Joined:
    12 Jun 2003
    Posts:
    36
    Likes Received:
    0
    both. but typing the text isnt the problem I'll joust type it in a box but then the problem is how to run what I type in that box ex. I type "c:\windows\explorer.exe c:\windows" in the box and then I want to run it (run explorer with the extra command c:\windows) the problem is how to run it and it has to be in windows programming

    [edit]what command to use
     
    Last edited: 7 Oct 2004
  4. Hargle

    Hargle What's a Dremel?

    Joined:
    13 Oct 2001
    Posts:
    404
    Likes Received:
    1
  5. xwerxes

    xwerxes What's a Dremel?

    Joined:
    12 Jun 2003
    Posts:
    36
    Likes Received:
    0
    Thanks it worked perfectly :thumb: I knew I kould trust the guys at bit-tech :D
     

Share This Page