Re: [BangPypers] virdual drive

2012-06-30 Thread Sriram Karra
On Fri, Jun 29, 2012 at 3:10 PM, Nitin Kumar wrote: > windows 7/xp > As per Tim Roberts: (Tim is very active on the Pywin32 mailing list and is undoubtedly an expert on all things Python+Windows) - Tiziano Bettio <> wrote: > >I'm looking for a simple solution of a win32 shell extension (vir

Re: [BangPypers] virdual drive

2012-06-29 Thread Noufal Ibrahim
Nitin Kumar writes: > windows 7/xp [...] That's out of my province but I expect you'll have to tie into the file system drivers to implement something like this and that's not something you do in pure python. You'll either have to implement some low level parts in C and then wrap that in Python

Re: [BangPypers] virdual drive

2012-06-29 Thread Nitin Kumar
windows 7/xp On Fri, Jun 29, 2012 at 3:00 PM, Noufal Ibrahim wrote: > Nitin Kumar writes: > > > Hi All, > > > > I want to create a virtual drive (floppy or CD) on my machine using > > Python. Can anyone please suggest me? > > What platform? > > -- > Cordially, > Noufal > http://nibrahim.net.in

Re: [BangPypers] virdual drive

2012-06-29 Thread Noufal Ibrahim
Nitin Kumar writes: > Hi All, > > I want to create a virtual drive (floppy or CD) on my machine using > Python. Can anyone please suggest me? What platform? -- Cordially, Noufal http://nibrahim.net.in ___ BangPypers mailing list BangPypers@python.or