Changeset 1599
- Timestamp:
- Jul 17, 2011, 6:39:48 PM (14 years ago)
- 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 1 1 /* 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 4 11 parse arg logfile 5 12 fulllogfilename = stream(logfile, 'c', 'query exists') … … 8 15 call lineout fulllogfilename, date() time() 'Logging started...' 9 16 call directory '..' 10 'start fm3.exe 2>>&1 1>>'fulllogfilename17 'start fm3.exe 1>>'fulllogfilename '2>&1' 11 18 return -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.