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

Roamdrive
Author: Message:
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
« 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