The navigation_File_Out and statistics_Frame_File_Out are always written
to the same folder that is defined in -statistics_File_Out. Try using
this, I think it should work better:
/usr/share/reportmagic/rmagic.pl \
/usr/local/etc/apache/rmagic/rmagic.ini \
-statistics_File_In=/home/site/logs/analog.dat \
-statistics_File_Out=/home/site/html/stats/04-26-05/
And then put this into your rmagic.ini:
[statistics]
Frame_File_Out=index.html
[navigation]
File_Out=nav.html
--
Jeremy Wadsack
Seven Simple Machines
A. Khattri wrote:
This command doesn't appear to work - the output files always appear in
the current directory regardless of the pathname supplied:
/usr/share/reportmagic/rmagic.pl \
/usr/local/etc/apache/rmagic/rmagic.ini \
-statistics_File_In=/home/site/logs/analog.dat \
-statistics_Frame_File_Out=/home/site/html/stats/04-26-05/index.html \
-navigation_File_Out=/home/site/html/stats/04-26-05/nav.html
I want to put the output files into a different folder using the date as
the folder name, hence I need to do this from a script and specify output
files from the command-line.
_______________________________________________
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help