Changeset 1599


Ignore:
Timestamp:
Jul 17, 2011, 6:39:48 PM (14 years ago)
Author:
John Small
Message:

Corrected redirection syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/logfm2.cmd

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r982 r1599  
    11/*
    2         Run FM/2 with logging enabled
    3 */
     2 * $Id$
     3 *
     4 * Run FM/2 with logging enabled
     5 *
     6 * Change log:
     7 *    11 Jul 17 JBS Corrected redirection syntax
     8 *
     9 */
     10       
    411parse arg logfile
    512fulllogfilename = stream(logfile, 'c', 'query exists')
     
    815call lineout fulllogfilename, date() time() 'Logging started...'
    916call directory '..'
    10 'start fm3.exe 2>>&1 1>>'fulllogfilename
     17'start fm3.exe 1>>'fulllogfilename '2>&1'
    1118return
Note: See TracChangeset for help on using the changeset viewer.