Well, I missed it in the manual.
From Chuck Taylor:
Yes, run
Splus /BATCH run.q run.out /BATCH_PROMPTS no
This is documented in Chapter 18 of the Programmer's Guide. You may
also want to try
Splus /BATCH run.q run.out /BATCH_PROMPTS progress:no,exitstatus:yes
> ... sqpe
> doesn't understand /BATCH.
True, but it does understand input redirection, Unix style. I use
CygWin Bash under Win2k to facilitate Unix-style operations, but I
believe the following works with or without it:
Sqpe.exe < run.q > run.out
You may need to define the environment variables SHOME, S_PROJ, and
S_CWD to make this work properly in your environment.
> -----Original Message-----
>
> Is there a way to run BATCH under windows, so there would be no gui?
>
> running
>
> splus /BATCH run.q run.out
>
> bring up message window which show progress (useless is you
> ask me). sqpe
> doesn't understand /BATCH.
>
> Thanks.
>
> ===================================================================
> Vadim Kutsyy, PhD http://www.kutsyy.com
> vkutsyy@cytokinetics.com vadim@kutsyy.com
> Statistician tel. 650-624-3218
> Cytokinetics, Inc fax. 650-624-3010
> 280 East Grand Avenue
> South San Francisco, CA 94080 http://www.cytokinetics.com
> ===================================================================
> ---------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu. To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message: unsubscribe s-news
>
|