Q
Québec
Hi,
Is this possible with cmd?
Is this possible with cmd?
Depending on the type of files and how you want to split: maybe.Québec said:Is this possible with cmd?
yes. I find them cumbersome.Please give some more details. There are a lot of splitters/chunkers
out there as 3rd party cmd line tools if this is an option.
I aggree with Paul, even the eventlog is an input option.Paul said:Cumbersome? I guess you won't like this then but LogParser available free
from the Microsoft website is perfect for dealing with such problems using
SQL-like queries. It runs from the command prompt or can be scripted as a
COM object.
Little example to show how it works even with vague text formats:
logparser -i:TEXTWORD "select Avg(TO_REAL(Text)) from c:\logs\Speed.log
where Text like '%%Kbytes/sec.U'" -q
Jean Pierre Daviau said:I created a Java application.
And
I tried it. Does not sem to be the right way. ..
Following is my batch file and the command line.
; GSplit Batch File
;"C:\Program Files\GSplit\GSplit.exe" "no" -b-i-t "C:\Program
Files\EasyPHP1-7\apache\logs\mybatch.txt"
[Main]
ConfigFile="C:\Program Files\GSplit\default.gsf"
Source="C:\Program Files\EasyPHP1-7\apache\logs\errorbis.log"
DestFolder="C:\Program Files\EasyPHP1-7\apache\logs"
PieSizes=1000
PieSizesUnit=Bytes
TypePieSpanned=0
Title=mySplitted
===============
"KayZer Soze" <[email protected]> a écrit dans le message de news:O0j5g1j%[email protected]...
I don't think so
I use GFSplit (very good)
GFSPlit also creates a BAT do re-join files
Al Dunbar said:Jean Pierre Daviau said:I created a Java application.
And
I tried it. Does not sem to be the right way. ..
Following is my batch file and the command line.
I don't see anything that looks like a batch file here.
/Al
; GSplit Batch File
;"C:\Program Files\GSplit\GSplit.exe" "no" -b-i-t "C:\Program
Files\EasyPHP1-7\apache\logs\mybatch.txt"
[Main]
ConfigFile="C:\Program Files\GSplit\default.gsf"
Source="C:\Program Files\EasyPHP1-7\apache\logs\errorbis.log"
DestFolder="C:\Program Files\EasyPHP1-7\apache\logs"
PieSizes=1000
PieSizesUnit=Bytes
TypePieSpanned=0
Title=mySplitted
===============
"KayZer Soze" <[email protected]> a écrit dans le message de news:O0j5g1j%[email protected]...
I don't think so
I use GFSplit (very good)
GFSPlit also creates a BAT do re-join files
Is this possible with cmd?
Jean Pierre Daviau said:I think that's the way they call their file.
; GSplit Batch File
"Al Dunbar [MS-MVP]" <[email protected]> a écrit dans le message
de news: eZlvcM$%[email protected]...Jean Pierre Daviau said:I created a Java application.
And
I tried it. Does not sem to be the right way. ..
Following is my batch file and the command line.
I don't see anything that looks like a batch file here.
/Al
; GSplit Batch File
;"C:\Program Files\GSplit\GSplit.exe" "no" -b-i-t "C:\Program
Files\EasyPHP1-7\apache\logs\mybatch.txt"
[Main]
ConfigFile="C:\Program Files\GSplit\default.gsf"
Source="C:\Program Files\EasyPHP1-7\apache\logs\errorbis.log"
DestFolder="C:\Program Files\EasyPHP1-7\apache\logs"
PieSizes=1000
PieSizesUnit=Bytes
TypePieSpanned=0
Title=mySplitted
===============
"KayZer Soze" <[email protected]> a écrit dans le message de O0j5g1j%[email protected]...
I don't think so
I use GFSplit (very good)
GFSPlit also creates a BAT do re-join files
Is this possible with cmd?