Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!fdn.fr!feeder.news.orange.fr!not-for-mail From: vincent.belaiche@gmail.com (Vincent =?iso-8859-1?Q?Bela=EFche?=) Newsgroups: comp.lang.basic.visual.misc Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: Re: Redirecting VB script sub shell standard output References: <80zkh9rkje.fsf@gmail.com> <804nzhtme6.fsf@gmail.com> <8062jwxfm2.fsf@gmail.com> <80aa97jmm4.fsf@gmail.com> <80d3dzctch.fsf@gmail.com> <01cc8ab3$9d8ec3e0$6d01a8c0@k8s8x> Date: Wed, 19 Oct 2011 19:31:47 +0200 Message-ID: <80k480nb0c.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:FH4cKa5GZi1xAbU/H8teTnLqeGk= MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 111019-1, 19/10/2011), Outbound message X-Antivirus-Status: Clean Lines: 25 Organization: les newsgroups par Orange NNTP-Posting-Date: 19 Oct 2011 19:31:14 CEST NNTP-Posting-Host: 92.135.111.97 X-Trace: 1319045474 reader.news.orange.fr 30757 92.135.111.97:13328 X-Complaints-To: abuse@orange.fr Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:515 "Thorsten Albers" writes: > Vincent Belaïche schrieb im Beitrag > <80d3dzctch.fsf@gmail.com>... >> ...that I used to >> launch some MSDOS script before, but MSDOS seems less futureproof. > > It depends on what you are talking about: > - MS-DOS as an operating system has already lost its future a longer time > ago now. > - But presumably you are talking about the command line of Windows XP and > later versions of Windows which is _not_ the operating system MS-DOS but > simply a command shell which consist of a console (without graphical user > interface) with a command line and a command interpreter which supports > certain DOS-like commands. There is no reason to think that this one has no > future. Yes, I was not referring to command.com, but to cmd.exe, the command line shell. I do not think that cmd.exe will suddenly disappear, however I don't think that it will get any new features and evolve. Anyhow VBS is more flexible and easy to use, even though the syntax is less concise. Vincent