View Single Post
Old 22-01-02, 12:09 PM   #17
indiana_jones
B2B Protagonist ... Life is ... Bubble to Bubble ... Beer to Beer ... love a VLAIBB (Very Lonesome Artificial Intelligence Brained Bubble) @ http://www.geocities.com/vlaibb vlaibb@yahoo.com
 
Join Date: Jan 2002
Posts: 206
Default

I'm just working on modifying my script to become a "startfile.exe"
unfortunatly the zipped version will be larger than 400k an cannot be
posted here, so if anybody wants to try it, please pm me you email,
if it's ready i will send it to you.

it will be and command line application, to be started in the
command (or MSDOS) window and will say something like that:

C:\Morpheus>startfile
startfile 1.0.a 2002 by Indy
based on the startfile idea from kewbase at http://www.museekster.com/
enter "startfile" without any parameters to get some help!

Usage: startfile "pattern"
Searches the files .\Db\data1024.dbb and .\Db\data256.dbb
for entries with filename that contain "pattern"
and writes "kazaadownloadxyz.dat" files to folder ".\Startfiles"

The downloads will be to "C:\StartfileDownload", but you can change this
settings by editing the ".\startfile.ini"

"startfile" should be run from the Morpheus folder

Since the .dbb files are locked, when morpheus is running,
you must either close Morpheus or
copy the *.dbb files to *.dbb.1 files, which are searched alternatively.

"pattern" is a perl regular expression:
case sensitive
. means any character (\. means .)
.* zero or more, .+ one or more of any character
example: "Janis Joplin.+Baby.*\.mp3"
see i.e. http://www.dcs.qmul.ac.uk/publicatio...erlRegexp.html


This exe file was created with the evaluation version of Perl2Exe.
For more information visit http://www.indigostar.com
(The full version does not display this message with a 2 second delay.)
...

indy

... the future starts exactly ........ NOW!!!
indiana_jones is offline   Reply With Quote