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

Roamdrive
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Roamdrive - by ipab on 06-06-2008 at 08:26 PM
RE: Roamdrive - by CookieRevised on 06-06-2008 at 08:44 PM
RE: Roamdrive - by prashker on 06-06-2008 at 08:47 PM
RE: Roamdrive - by ipab on 06-06-2008 at 09:41 PM
RE: Roamdrive - by ipab on 11-24-2009 at 08:52 PM
RE: Roamdrive - by Jarrod on 11-24-2009 at 11:34 PM
RE: Roamdrive - by Voldemort on 11-25-2009 at 04:12 AM


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