En Wed, 12 Mar 2008 09:37:58 -0200, k.i.n.g. <[EMAIL PROTECTED]>  
escribi�:

> We use dd command in Linux to create a file with of required size. In
> similar way, on windows I would like to use python to take the size of
> the file( 50MB, 1GB ) as input from user and create a uncompressed
> file of the size given by the user.

The equivalent command on Windows would be:

fsutil file createnew filename size

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to