From cc02421f24a5fcdf84d26035ce457a556d30413b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 30 Dec 2014 22:39:01 +0000 Subject: [PATCH] passed decoding to another file --- mainWindow.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainWindow.cs b/mainWindow.cs index a9edda1..75318bf 100644 --- a/mainWindow.cs +++ b/mainWindow.cs @@ -47,7 +47,8 @@ namespace Pithos case "/": if (args[0] == "exec") //runs a pithos program { - + pithosPrograms.decodeInput(input); + return; } else if (args[0] == "start") //runs a program (using cmd) {