home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / frame / 4082 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. Path: sparky!uunet!UB.com!pacbell.com!decwrl!sdd.hp.com!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!pki-nbg!dok_hfa
  2. From: dok_hfa@sovb50pki-nbg.philips.de (Hans-Juergen Faerber)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: fmbatch screen output redirection
  5. Message-ID: <1993Jan28.091640@sovb50pki-nbg.philips.de>
  6. Date: 28 Jan 93 08:16:40 GMT
  7. References: <1993Jan26.162558.23150@pony.Ingres.COM>
  8. Sender: news@pki-nbg.philips.de
  9. Reply-To: dok_hfa@pki-nbg.philips.de
  10. Organization: Philips Communication Systems, Nuremberg, Germany
  11. Lines: 34
  12.  
  13.  
  14. In article <1993Jan26.162558.23150@pony.Ingres.COM>, jbigg@Ingres.COM (John Bigg) writes:
  15. |> 
  16. |> Under framemaker 3.0, when using fmbatch it was possible to redirect screen
  17. |> output to /dev/null to allow fmbatch to be called from an application without
  18. |> destroying the screen. e.g.
  19. |> 
  20. |>     fmbatch 2>&1 >/dev/null <fmscript
  21. |> 
  22. |> Since upgrading to 3.1X this no longer works (fmbatch version 0.61), the output
  23. |> is always written to the screen. Has anyone come across and solved this (or am
  24. |> I doing somthing stupid)?
  25. |> 
  26. |> Please help
  27. |> 
  28. Hi,
  29.  
  30. we are starting fmbatch from within csh using the following line (for example)
  31.   if { ...<path>/fmbatch -i cmdfile >& logfile } then
  32.      <do something useful>
  33.   else
  34.      grep "error" < logfile
  35.   endif
  36.  
  37. and this works fine.
  38.  
  39. regards
  40.  
  41. h.-j.
  42. --
  43.                     | Philips Kommunikations |Voice:  +49 911 5262974 
  44.                     |      Industrie AG      |Fax:    +49 911 5263545 
  45. Hans-Juergen Faerber|  Techn. Documentation  |E-Mail: 
  46.                     |   Nuremberg, Germany   |dok_hfa@pki-nbg.philips.de
  47.