mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 27
S
silent Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 27
hi,

how can i send a file like C:\bla blub blab.mp3 to someone?

mirc see this as 3 files.... "C:\bla", "blub" and "blab.mp3"

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Very simply enclose the entire path and filename in quotes.

i.e.

"C:\the path to\my file.ext"

Eamonn.

Joined: Dec 2002
Posts: 27
S
silent Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 27
hi,

thx for ur answer. i tried:

/dcc send -c hans "C:\Programme\Westbam - We'll Never Stop Living This Way (Full Album at 192 kbps) shared by DJ Lawa\03 - Westbam - Dr.Motte and Westbam present - Sunshine.mp3"

but it dont work, mirc says:

DCC Send of 03 - Westbam - Dr.Motte and Westbam present - Sunshine.mp3 to hans: Unable to open file


but it exists!

wheres the error?

Joined: Feb 2003
Posts: 282
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
You can also just write:
/dcc send

Then choose the file and the nickname, and press Send.

Joined: Dec 2002
Posts: 27
S
silent Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 27
no i dont, because i need it in a script frown

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Try to remove double-spaces from the folder and file name, and see if the error is gone.

In this thread you'll find an alias that scans a folder and eliminates double-spaces in filenames (but it doesn't fix the path)

Joined: Feb 2003
Posts: 282
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
Sometimes the brackets may cause problems. (I don't know if thts the case here).

You can solve the problem by:

var %dccfile = "C:\Programme\Westbam - We'll Never Stop Living This Way (Full Album at 192 kbps) shared by DJ Lawa\03 - Westbam - Dr.Motte and Westbam present - Sunshine.mp3"
/dcc send -c hans %dccfile


Link Copied to Clipboard