I would like to redirect the output of the command below to another
file
type test.txt > test.bak

I'm trying to do this as part of a python script running on Windows
XP.

I'm using os.system('type "filepath.txt > filepath.bak"') but nothing
is happening.

I was wondering if somebody could enlighten me.



Thanks,


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

Reply via email to