commandline.setExecutable(execCommand);
commandline.createArgument().setValue("history");
commandline.createArgument().setValue(vssPath);
commandline.createArgument().setValue("-R");
commandline.createArgument().setValue("-Vd" + formatDateForVSS(now) + "~" + formatDateForVSS(lastBuild));
commandline.createArgument().setValue("-Y" + login);
commandline.createArgument().setValue("-I-N");
commandline.createArgument().setValue("-O" + VSS_TEMP_FILE);
String[] line = commandline.getCommandline();