What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Roamdrive

Roamdrive
Author: Message:
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
O.P. Huh?  Roamdrive
I need some serious help here, a while back I used a program called Roamdrive to save something to gmail. I haven't used the program for a while and now it just stopped working with it. I desperately need it to retrieve the rar file as it has some pics I managed to lose when my HDD got corrupted recently. I can manually retrieve the files but I cannot piece them back together. I was wondering if anyone here has any idea as to how I can do it. The file is broken up into about 30 pieces.

On a side note, the program still works perfectly with windows live, as long as the email ends with either @msn.com or @hotmail.com. I believe it uses the same way that it is stored in gmail to split the attachments.

Here is an attachment to give you guys an idea of what it looks like.

[Image: attachment.php?pid=912002]

.png File Attachment: Picture 2.png (233.15 KB)
This file has been downloaded 635 time(s).
56656E692C 20566964692C 2056696369
06-06-2008 08:26 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Roamdrive
if all things fail and if the files aren't encrypted or compressed or anything (just split up) you could do it in good old DOS:

copy filepart1.ext /B + filepart2.ext /B + filepart3.ext /B [etc...]  fileresult.ext /B

or you could repeat it a few times if you run out of command line space:
copy filepart1.ext /B + filepart2.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart3.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart4.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart5.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart6.ext /B filetemp1.ext /B
...
copy filetemp1.ext /B + filepart30.ext /B fileresult.ext /B
del filetemp1.ext
del filetemp2.ext

-------------

Not very convenient, but for a one time merge it works nicely and you don't need to download and install any program. And when you make it in a batch file, you'll be able to type everything out very quickly (since you can easly copy/paste in notepad) in less than half a minute.

-------------

EDIT:
quote:
Originally posted by ipab
So once, again, a big thank you :)
you're very welcome ;)

This post was edited on 11-24-2009 at 09:16 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-06-2008 08:44 PM
Profile PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: Roamdrive
      11 April 06
Update released: Gmail and IE7 fixes.
http://www.roamdrive.com/download.html

Maybe you have an old version?
06-06-2008 08:47 PM
Profile PM Find Quote Report
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
O.P. RE: Roamdrive
quote:
Originally posted by CookieRevised
if all things fail and if the files aren't encrypted or compressed or anything (just split up) you could do it in good old DOS:

copy filepart1.ext /B + filepart2.ext /B + filepart3.ext /B [etc...]  fileresult.ext /B

or you could repeat it a few times if you run out of command line space:
copy filepart1.ext /B + filepart2.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart3.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart4.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart5.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart6.ext /B filetemp1.ext /B
...
copy filetemp1.ext /B + filepart30.ext /B fileresult.ext /B
del filetemp1.ext
del filetemp2.ext

-------------

Not very convenient, but for a one time merge it works nicely and you don't need to download and install any program. And when you make it in a batch file, you'll be able to type everything out very quickly (since you can easly copy/paste in notepad) in less than half a minute.


I will try that when I get home :), thanks cookie, here's to hoping this works (yn).

quote:
Originally posted by SonicSam

11 April 06
Update released: Gmail and IE7 fixes.
http://www.roamdrive.com/download.html

Maybe you have an old version?


No, I have the updated gmail plugin. I can post the error that it generates if anyone would like to see. I'll do it in about an hour or so.
56656E692C 20566964692C 2056696369
06-06-2008 09:41 PM
Profile E-Mail PM Web Find Quote Report
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
O.P. RE: Roamdrive
quote:
Originally posted by CookieRevised
if all things fail and if the files aren't encrypted or compressed or anything (just split up) you could do it in good old DOS:

copy filepart1.ext /B + filepart2.ext /B + filepart3.ext /B [etc...]  fileresult.ext /B

or you could repeat it a few times if you run out of command line space:
copy filepart1.ext /B + filepart2.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart3.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart4.ext /B filetemp1.ext /B
copy filetemp1.ext /B + filepart5.ext /B filetemp2.ext /B
copy filetemp2.ext /B + filepart6.ext /B filetemp1.ext /B
...
copy filetemp1.ext /B + filepart30.ext /B fileresult.ext /B
del filetemp1.ext
del filetemp2.ext

-------------

Not very convenient, but for a one time merge it works nicely and you don't need to download and install any program. And when you make it in a batch file, you'll be able to type everything out very quickly (since you can easly copy/paste in notepad) in less than half a minute.

Cookie, I never really did what you suggested, and I finally took the time to do it today and it worked. I realize this is a really old thread, but thank you for the advice. Simple binary file merge did the trick and I have my old pictures back and lots of space back in my gmail account and no longer any annoying "Drafts" that should shouldn't be there.

So once, again, a big thank you :)

P.S. I am posting this instead of PM-ing you since there might be others with my issue and hopefully the spiders will pick this up.

This post was edited on 11-24-2009 at 08:57 PM by ipab.
56656E692C 20566964692C 2056696369
11-24-2009 08:52 PM
Profile E-Mail PM Web Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: Roamdrive
and if you have python installed you could use this:
Python code:
import os
partname=raw_input("part name: ")
x=int(raw_input("number of parts: "))
ext=raw_input("extention of part series: ")
c='+'.join([' %s%s.%s /B '%(partname,i+1,ext) for i in xrange(x)])
fileresult=raw_input("result file with extention: ")
c="copy"+c+fileresult+" /B"
os.system(c)


This post was edited on 11-24-2009 at 11:35 PM by Jarrod.

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














11-24-2009 11:34 PM
Profile E-Mail PM Find Quote Report
Voldemort
Veteran Member
*****

Avatar

Posts: 3504
Reputation: 49
– / – / Flag
Joined: Jul 2005
Status: Away
RE: Roamdrive
create a new hotmail/msn account, send all of that stuff there, and open it with the program?
*All posts are a purely speculative hypothesis based on abstract reasoning.
Not my daughter, you bitch!
[Image: ico-mollytrix16.gif]
11-25-2009 04:12 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On