von Rudi.RG » Mi, 01.08.2007 14:02
Hallo,
so etwas habe ich auch gesucht, und es funktioniert prächtig.
Aber, wo hast Du diesen Befehl her?
Im Programmierhandbuch habe ich lediglich Folgendes gefunden:
-------
Shell
External programs can be started using the Shell function.
Shell(Pathname, Windowstyle, Param)
Pathname defines the path of the program to be executed.
Windowstyle defines the window in which the program is started. The following values are possible:
0 - The program receives the focus and is started in a concealed window.
1 - The program receives the focus and is started in a normal-sized window.
2 - The program receives the focus and is started in a minimized window.
3 - The program receives the focus and is started in a maximized window.
4 - The program is started in a normal-sized window, without receiving the focus.
6 - The program is started in a minimized window, the focus remains in the current window.
10 - The program is started in full screen mode.
The third parameter, Param, permits command line parameters to be transferred to
the program to be started.
---------------
Damit wird das Skript zwar auch gestartet, aber das Terminalfenster nicht angezeigt, ganz egal, welchen Wert man für "Windowstyle" eingibt.
Viele Grüße
Rudi
Hallo,
so etwas habe ich auch gesucht, und es funktioniert prächtig.
Aber, wo hast Du diesen Befehl her?
Im Programmierhandbuch habe ich lediglich Folgendes gefunden:
-------
Shell
External programs can be started using the Shell function.
Shell(Pathname, Windowstyle, Param)
Pathname defines the path of the program to be executed.
Windowstyle defines the window in which the program is started. The following values are possible:
0 - The program receives the focus and is started in a concealed window.
1 - The program receives the focus and is started in a normal-sized window.
2 - The program receives the focus and is started in a minimized window.
3 - The program receives the focus and is started in a maximized window.
4 - The program is started in a normal-sized window, without receiving the focus.
6 - The program is started in a minimized window, the focus remains in the current window.
10 - The program is started in full screen mode.
The third parameter, Param, permits command line parameters to be transferred to
the program to be started.
---------------
Damit wird das Skript zwar auch gestartet, aber das Terminalfenster nicht angezeigt, ganz egal, welchen Wert man für "Windowstyle" eingibt.
Viele Grüße
Rudi