Results 1 to 3 of 3

Thread: Shell something in Java

  1. #1
    DaoK
    Guest

    Shell something in Java

    How can we shell a program ?

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    What do you mean create like a Bourne or a Korn shell in like Unix has? I guess create some classes that process some predifined commands.

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Code:
    Runtime.getRuntime().exec("notepad.exe")
    Is that what you want?

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

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