[R] Problem with batch-file

2003-11-03 Thread Morach Sascha, moracsa1
Hi I have written a graphical user interface using tcltk. Now I would like to run it under rterm.exe with a batch file. I tried the following code written in a .bat file: d:\R\rw1071\bin\Rterm.exe --no-restore --no-save d:\RGui.r d:\RGui.out The problem is that rterm does open but the gui

Re: [R] Problem with batch-file

2003-11-03 Thread Prof Brian Ripley
That's exactly what a batch file should do. There is no GUI to run. Please tell us what you actually want to do! On Mon, 3 Nov 2003, Morach Sascha, moracsa1 wrote: Hi I have written a graphical user interface using tcltk. Now I would like to run it under rterm.exe with a batch file. I