mIRC Home    About    Download    Register    News    Help

Print Thread
#12687 23/02/03 05:21 PM
Joined: Dec 2002
Posts: 174
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
ok i figured out why its not working,
the dll wont take multiple files and zip them,

what i want is to be able to select multiple files, which i can
and they go in with the right folder and ill show you whats in the variable

%filestobeziped C:\PHMSCRIPT2003FINAL\graphics 1.ico 2.ico about.ico abrev.ico

but when they go through the dll they wont zip

using the nGZIPn.dll

ill show you the script,
and i wonder if any of you have any ideas
on *:dialog:phmzip:sclick:400:{
if (%wholefolder == no) { /dll(nGZIPn,zip,%filestobeziped) }
if (%wholefolder == yes) { /dll(nGZIPn,zip,%foldertobeziped }
}

it should go from %filestobeziped
and the files are selected and in the variable,
thats all right
and i know everything works fine exept its not ziping
cause it just returns $false,

its in the right format but not sure why it wont work

Last edited by PHMinistries; 23/02/03 05:27 PM.
#12688 23/02/03 05:39 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
sorry i cant help you, but you seem to be aware of dlls also, do you know of any that you cna use to send emails?



;Check for Life

if (%life == $null) {
goto getlife
}
#12689 23/02/03 06:02 PM
Joined: Dec 2002
Posts: 174
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
i might
but let me get back to you on this,
ill look around and see what i can do

#12690 23/02/03 06:09 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
ok thanks



;Check for Life

if (%life == $null) {
goto getlife
}
#12691 23/02/03 10:54 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
/dll(nGZIPn,zip,%filestobeziped)
Why have you got an identifier format but using '/' instead of '$'?

xrn0id: You don't need any DLLs, you just need to look up sockets and the relevant mail protocol.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#12692 23/02/03 11:13 PM
Joined: Dec 2002
Posts: 174
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
thats a typeo to be honest
i used $dll

but not sure why i pastd that part

#12693 24/02/03 01:46 AM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
thats star, and do you know where i can find this kind of info?



;Check for Life

if (%life == $null) {
goto getlife
}

Link Copied to Clipboard