// Eigene Option einbauen, um zu sagen, dass Eingabe von Extern kommt
// An dieser Stelle nicht nur auf args.length pruefen, sondern auch auf diese Option
Main.checkFilesExist(args);
PlatformFactory pf = getPlatform();
synchronizer = new ExternalSync();
Utils.debugMsg("Send-Handle: " + SEND_HANDLE.get(), this);
Utils.debugMsg("Receive-Handle: " + REC_HANDLE.get(), this);
if ( (SEND_HANDLE.get() == 0 && REC_HANDLE.get() != 0) ||