Rushmirc.dll syntax..

Please post here if you have problems in using FTP Rush.
Post Reply
slim
Posts: 6
Joined: Wed Feb 10, 2010 2:39 am

Rushmirc.dll syntax..

Post 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 :)
PYOx
Posts: 3
Joined: Thu Mar 25, 2010 11:32 am

Re: Rushmirc.dll syntax..

Post by PYOx »

Sounds like the bookmarks aren't set.
slim
Posts: 6
Joined: Wed Feb 10, 2010 2:39 am

Re: Rushmirc.dll syntax..

Post by slim »

The bookmarks are set.
001NTL
Posts: 2
Joined: Sat Jan 21, 2006 12:15 am

Re: Rushmirc.dll syntax..

Post by 001NTL »

Same problem here, rushmirc.dll don't work with windows 7 64 bits.
explodedk
Posts: 13
Joined: Sat Mar 13, 2010 3:21 pm

Re: Rushmirc.dll syntax..

Post 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)
Post Reply