Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8282

Re: Python 2.7 and cmd on Windows 7 64 (files lost)

Date 2011-06-23 09:14 +0100
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Python 2.7 and cmd on Windows 7 64 (files lost)
References <4e02de32$0$30749$ba4acef3@reader.news.orange.fr> <mailman.317.1308814289.1164.python-list@python.org> <MPG.286d12f682a331b98981f@news.individual.de>
Newsgroups comp.lang.python
Message-ID <mailman.319.1308816895.1164.python-list@python.org> (permalink)

Show all headers | View raw


On 23/06/2011 09:08, Thorsten Kampe wrote:
> * Tim Golden (Thu, 23 Jun 2011 08:31:26 +0100)
>>
>> Certain commands, including "dir" and "copy" are not executables
>> in their own right, but merely subcommands of cmd.exe.
>
> Right, "internal commands".
>
>> You've got two options in Python:
>>
>>     os.system (r"cmd /c dir c:\windows")
>
> os.system automatically runs a shell (cmd) - see the documentation.

Thanks: should have checked my sources before writing :(

TJG

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python 2.7 and cmd on Windows 7 64  (files lost) "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> - 2011-06-23 08:33 +0200
  Re: Python 2.7 and cmd on Windows 7 64  (files lost) Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-06-23 09:31 +0200
    Re: Python 2.7 and cmd on Windows 7 64  (files lost) "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> - 2011-06-23 11:10 +0200
      Re: Python 2.7 and cmd on Windows 7 64  (files lost) "Martin v. Loewis" <martin@v.loewis.de> - 2011-06-24 09:34 +0200
  Re: Python 2.7 and cmd on Windows 7 64  (files lost) Tim Golden <mail@timgolden.me.uk> - 2011-06-23 08:31 +0100
    Re: Python 2.7 and cmd on Windows 7 64  (files lost) Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-06-23 10:08 +0200
      Re: Python 2.7 and cmd on Windows 7 64  (files lost) Tim Golden <mail@timgolden.me.uk> - 2011-06-23 09:14 +0100

csiph-web