Hi Guys, I want to execute a batch file in Wondows from (core or view). >From a while ago on the list I read > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: [REBOL] Solution: Launch Programs from REBOL/View Re:(5) > Date: 28 September 2000 17:29 > > This effectively does the same thing on a windows platform. > > rebol -c batch.r | command.com I have a couple of questions ... the re-direct doesnt seem to work from a dos prompt C:\Program Files\rebol\view>rebol -c batch.r | philip.txt Intermediate file error during pipe Changing from a | to a > will create an output file (in this case philip.txt) with my batch file as its contents. However if I change "philip.txt" to "command.com" it just creates a file called command.com but doesnt execute it. What am I doing wrong? Cheers Phil -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
