Hi there,
Is it possible to run winxiso at the command prompt rather than in interactive mode? if you type “winxiso -h” do you get any command line options?
after a lot of tries and error i found some commands.
Es werden einige Parameter zur Eingabe des Programmbetriebs bereitgestellt. Die Parameter sind Codes, denen das Symbol “-“ vorangestellt ist. Sie können nach dem Programmnamen in das Command-Feld eingegeben werden.
-o <Dateiname>
Wandelt ein Programm in ASCII-Format (mit Extension .XXL) in ein Programm in PGM-Format um und weist ihm den Namen <Dateiname> (zwingend) zu.
-x <Dateiname>
Wandelt ein Programm in PGM-Format in ein Programm in ASCII-Format (mit Extension .XXL) um.
Diese Option schließt die Optionen -o und –l aus.
-i <Dateiname>
Erstellt eine Datei im ASCII-Format (mit Extension .INF) mit den Resultaten der Ăśbersetzung:
[LINES]=<Anzahl der umgewandelten Anweisungen>
[ERRORS]=<Anzahl der erfassten Fehler>
-l <Dateiname>
Erzeugt das Programmprotokoll im ASCII-Format (mit Extension .LST).
-s
Verhindert das Ă–ffnen von Fenstern auf dem Bildschirm.
-v
Kompiliert/Dekompiliert in Kombination mit der Option –x den EPL-Abschnitt eines Programms. Zum Dekompilieren die Datei .PGM auswählen: es werden eine Datei .XXL und eine separate Datei .EPL erzeugt. Zum Kompilieren eine Datei .XXL auswählen und nach der Option –v den Namen der Datei .EPL eingeben: es wird eine Datei .PGM erzeugt, die den EPL-Abschnitt enthält.
-t
Fügt in Kombination mit der Option –1 die Tabelle der Symbole in das Programmprotokoll ein.
-f <bitmap>
FĂĽgt das spezifizierte Bitmap-Bild in das Programm ein.
·WinXiso versucht immer, eine ASCII-Datei in PGM umzuwandeln, außer es wird die Option -x spezifiziert.
·<Dateiname> kann ein beliebiger Dateiname, bestehend aus max. 8 Zeichen plus den 3 Erweiterungszeichen, sein, dem eventuell eine Pfadangabe vorangestellt wird. Für die Option -o muss der Dateiname zwingend angegeben werden; für die anderen Optionen ist diese Angabe fakultativ (falls der Dateiname nicht spezifiziert wird, wird der Name der ausgewählten Datei mit Änderung der Extension wiederverwendet).
It wasnt able for me to choose another file output name only the input works for the output.
So this code in the cmd open the winxiso.exe get the filepath and convert it -s means not open the program.
Now i need to export the generated .txt to a folder take that file and convert it from python inside rhino.
Thanks again for your hint with the command prompt.
I didnt knew that most programms can be perform some commands from the cmd.