|
-
December 25th, 2003, 10:07 AM
#1
Banned
Executing files in java and writing arguments
Can someone give me the code in java (or c++) for executing a command-line program like telnet and then sending arguments to the program like:
>o
>localhost
-
December 25th, 2003, 10:09 AM
#2
Banned
Change the "writing" in the title to "sending".
-
December 25th, 2003, 10:38 AM
#3
Something like this?
In Java: Runtime.getRuntime().exec("telnet ahost 25");
I think in c++ it's: System("telnet ahost 25");
Cheers
The above sentences are produced by the propaganda and indoctrination of people manipulating my mind since 1987, hence, I cannot be held responsible for this post\'s content - me
www.elhalf.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|