Page 1 of 1

Rushmirc.dll syntax..

Posted: Thu Mar 25, 2010 11:50 pm
by slim
i've been using this line with .mrc scripts for a long time, all the sudden its not working anymore..

I'm using 1.1.3 registered. Windows 7 64-Bit

Earlier in the mirc script i do:

var %chain site1;site2;site3
var %bookmark MP3
var %release Some.really.cool.MP3-Release

dll rushmirc.dll RushScript RushApp.FTP.Transfer(0, '', '', '', ' $+ %chain $+ ', ' $+ %bookmark $+ ', ' $+ %release $+ ', RS_CHECKLOGIN or RS_NOMKD, 'CD1;CD2;CD3;SAMPLE;COVERS', '', '', '', '([^\w]*100.0%[^\w]*)|([^\w]\sdone\s[^\w]*)|([^\w]done![^\w]*)|([^\w]*100%[^\w]*)|([^\w]*-\sCOMPLETE\s\)[^\w]*)|([^\w]*-\sCOMPLETE\s-[^\w]*)|(\.(wmv|avi|mpeg|mpg|mkv|vob)$)|(\[.*\]\s\-\s\(\s.*F\s-\sCOMPLETE\s\)\s-\s\[.*\])', 500, 0, 0, RS_SORTDES or RS_SORTSIZE, 0, 2, 0);


Problem is, I do not get any mirc error in active or status window. I do not get an error in ftprush, like column syntrax. If i change the %chain to something that isn't a site, ftprush will error saying the site doesnt exist. however when i use it with sites that do exist, nothing is happening..

Please help.

EDIT: rushmirc.dll is in the same spot as mirc.exe :)

Re: Rushmirc.dll syntax..

Posted: Fri Mar 26, 2010 1:46 am
by PYOx
Sounds like the bookmarks aren't set.

Re: Rushmirc.dll syntax..

Posted: Sat Mar 27, 2010 2:27 am
by slim
The bookmarks are set.

Re: Rushmirc.dll syntax..

Posted: Thu Jun 03, 2010 5:15 pm
by 001NTL
Same problem here, rushmirc.dll don't work with windows 7 64 bits.

Re: Rushmirc.dll syntax..

Posted: Thu Jun 03, 2010 6:38 pm
by explodedk
syntax works fine for me same ftprush version and win 7 x64

my rushmirc.dll is like this :

Code: Select all


  set %complete ([^\w]*100%[^\w]*)|([^\w]*-\sComplete\s\)[^\w]*)|([^\w]*-\sComplete\s-[^\w]*)|(^REASON-|NUKE|CD1|CD2|CD3|CD4|DVD1|DVD2)|(\.(avi|mpeg|mpg|vob|jpg|bmp)$)
   dll RushMirc.dll RushScript RushApp.FTP.Transfer( $+ %container $+ , '', '', '', ' $+ $1 $+ ', ' $+ $2 $+ ', ' $+ $3 $+ ', RS_NOMKD, '', '', '', '', ' $+ %complete $+ ', $+ %repeat $+ , 0, 600, RS_SORTDATE, RS_SORTSIZE, 0, 0)