View Single Post
Fragenstein
Member
Join Date: Mar 2005
Old 05-02-2023 , 11:00   Re: Log import failed
Reply With Quote #6

Finally figured it out. I changed:

Code:
type C:\xampp\htdocs\ggturbo.ddns.net\cstrike\logs \*.log | C:\xampp\perl\bin\perl.exe C:\xampp\scripts\hlstats.pl -s -t --norcon --server-ip 192.168.1.10 --server-port 27015
to:

Code:
type C:\xampp\htdocs\ggturbo.ddns.net\cstrike\logs\*.log | C:\Perl64\bin\perl.exe C:\xampp\scripts\hlstats.pl -s -t --norcon --server-ip 192.168.0.10 --server-port 27015
Code:
C:\Perl64\bin\perl.exe
is where ActivePerl installed the try module.
Logs were successfully imported
__________________
Fragenstein is offline