Index: /trunk/BNC/bncrinex.cpp
===================================================================
--- /trunk/BNC/bncrinex.cpp	(revision 291)
+++ /trunk/BNC/bncrinex.cpp	(revision 292)
@@ -39,4 +39,6 @@
  *
  * -----------------------------------------------------------------------*/
+
+#include <stdlib.h>
 
 #include <QSettings>
@@ -388,5 +390,5 @@
   _out.close();
   if (!_rnxScriptName.isEmpty()) {
-    _rnxScript.start(_rnxScriptName, QStringList() << _fName);
-  }
-}
+    system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() );
+  }
+}
Index: /trunk/BNC/bncrinex.h
===================================================================
--- /trunk/BNC/bncrinex.h	(revision 291)
+++ /trunk/BNC/bncrinex.h	(revision 292)
@@ -57,5 +57,4 @@
    QDateTime           _nextCloseEpoch;
    QString             _rnxScriptName;
-   QProcess            _rnxScript;
    QUrl                _mountPoint;
    QString             _pgmName;
