how to run commands in the command prompt using javascript
var objShell =newActiveXObject("Shell.Application");
objShell.ShellExecute("cmd.exe","C: cd C:pr main.exe blablafile.txt auto","C:WINDOWSsystem32","open","1");//NOTE: ONLY WORKS ON WINDOWS AS I KNOW OF