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: *

  1. skywalker74

    Execute operating system commands

    it doesn't work yet. Where should i put exactly, that line of code?
  2. skywalker74

    Execute operating system commands

    Ok johnrbradley, it seems that your code work fine, but if i try inserting the command posted after: cmd | dir > my_test.txt | exit it gives the following error: The filename, directory name, or volume label syntax is incorrect this is my code overall: ArrayList ProcessList = new ArrayList()...
  3. skywalker74

    Execute operating system commands

    Hi everyone, how can i launch dos-like commands via c#?? for example in java i use Runtime.getRuntime().execute("command"); thanks...
  4. skywalker74

    Detecting righ mouse click

    Hi everyone how can i detect right mouse clicks? thanks
  5. skywalker74

    StringBuffer in C#

    What do u mean?? are you meaning that there is no StringTokenizer class in c#, and in the future Microsoft will develope it? thanks
  6. skywalker74

    StringBuffer in C#

    I was wrong sorry, i would like to implement a StringTokenizer, how sould i do it? thanks
  7. skywalker74

    StringBuffer in C#

    I want to implement a StringBuffer in C# like Java, which c# object should i use? thanks

Part and Inventory Search

Back
Top