Subversion Repositories HomeAutomation

Rev

Rev 1717 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1717 Rev 1718
Line 48... Line 48...
48
            //parse commandline arguments
48
            //parse commandline arguments
49
            CommandLine=new Arguments(args);
49
            CommandLine=new Arguments(args);
50
           
50
           
51
            //check single arguments
51
            //check single arguments
52
            if (CommandLine["b"] == "true") { aBios = true; }
52
            if (CommandLine["b"] == "true") { aBios = true; }
53
            if (CommandLine["d"] == "true") { aDefaultBios = true; }
53
            if (CommandLine["d"] == "true") { aDefaultBios = true; aBios = true; }
54
            if (CommandLine["r"] == "true") { aReset = true; }
54
            if (CommandLine["r"] == "true") { aReset = true; }
55
            if (CommandLine["s"] == "true") { aStart = true; }
55
            if (CommandLine["s"] == "true") { aStart = true; }
56
            if (CommandLine["t"] == "true") { aTerminal = true; }
56
            if (CommandLine["t"] == "true") { aTerminal = true; }
57
           
57
           
58
            //check hexfile argument
58
            //check hexfile argument