Search:

Type: Posts; User: bulgin

Search: Search took 0.28 seconds.

  1. Replies
    3
    Views
    2,612

    Re: Run 2 systems command in applet, how?

    Here is the code in it's totality that works, minus the pause and second command:



    import java.applet.*;
    import java.awt.*;
    import java.io.*;
    public class ROUTERcmd extends Applet {
    public...
  2. Replies
    3
    Views
    2,612

    Re: Run 2 systems command in applet, how?

    Please see next post. Thank you.
  3. Replies
    3
    Views
    2,612

    Run 2 systems command in applet, how?

    I have an applet in which the following code works fine on a windows machine for a VM windows-based router I am developing:


    Process f;
    String cmd="tftp -i 192.168.1.101 GET router_image.exe";...
Results 1 to 3 of 3