Re: Calling a MS-DOS command
- To: mathgroup at smc.vnet.net
- Subject: [mg56877] Re: [mg56868] Calling a MS-DOS command
- From: "Barthelet, Luc" <lucb at ea.com>
- Date: Mon, 9 May 2005 01:45:58 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In the help system under 'System interface':'File system' you will find: DeleteFile CopyFile. You can also find in 'System interface':'External Commands' the function Run -----Original Message----- From: Swati Shah [mailto:swatshah at gmail.com] To: mathgroup at smc.vnet.net Subject: [mg56877] [mg56868] Calling a MS-DOS command Hi everyone, I would like to call some DOS commands from Mathematica like delete ("tmp.txt") copy filea to fileb Is this possible in Mathematica? I have been looking at the documentation but am not having a lot of luck. Thanks in advance