View Single Post
Old
  (#16)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-22-2002, 05:39 AM

Welll bad news again!!
i tried with this batch file!
---------------------------------------------
@echo off
:TOP
ver|time|find "Current">$temp$.bat
echo set ctime=%%3>current.bat
call $temp$.bat

ver|date|find "Current">$temp$.bat
echo set cdate=%%4>current.bat
del current.bat>nul
del $temp$.bat>nul

echo. >>master.log
echo. >>master.log
echo Logfile appended at %ctime% on %cdate% >>master.log
echo. >>master.log
type qconsole.log >>master.log

start /wait MOHAA_server.exe +set developer 1 +set dedicated 1 +set ui_console 1 +set g_gametype 1 +set sv_maxclients 10 +map dm/mohdm6 +exec server2.cfg +exec rcon.cfg
goto TOP
----------------------------------------------
m comman line is:
C:\Programmer\EAGAME~1\MOHAA\MOHAA.exe +set developer 1 +set dedicated 1 +set qconsole.log +set ui_console 1 +set g_gametype 2 +set sv_maxclients 10 +map dm/mohdm6 +exec server2.cfg +exec rcon.cfg
-------------------------------------------------------------------------------

it generatea a master log. with this :



Logfile appended at on



Logfile appended at on

------------------------------------------------
and a qonsole.log
with no frags!!

daamn! why is it so difficult to make a phreaggin' log file! M16:
  
Reply With Quote