Search found 4 matches

by annyarun
11 Oct 2012 10:25
Forum: DOS Batch Forum
Topic: what is the dos command equivalent of echo?
Replies: 6
Views: 3895

Re: what is the dos command equivalent of echo?

there are complications again.. its not just that.. the script keeps changing.. and there are many other constraints too.. i want to if it is possible to pass two parameters using echo command.. or any other command..
by annyarun
11 Oct 2012 06:48
Forum: DOS Batch Forum
Topic: what is the dos command equivalent of echo?
Replies: 6
Views: 3895

Re: what is the dos command equivalent of echo?

But thing is i should not be editing the perl script.. Its used by many others and just for my purpose i need this to be done.
by annyarun
11 Oct 2012 06:40
Forum: DOS Batch Forum
Topic: what is the dos command equivalent of echo?
Replies: 6
Views: 3895

Re: what is the dos command equivalent of echo?

Yes.. i tried both options.. But no luck :(
by annyarun
11 Oct 2012 05:00
Forum: DOS Batch Forum
Topic: what is the dos command equivalent of echo?
Replies: 6
Views: 3895

what is the dos command equivalent of echo?

Hi All,

I have a unix script which runs like below.

echo -e "Y\nY"|perl test.plx

test.plx prompts for two user inputs and echo used to pass these parameters.

can anybody tell me how i can use the same in DOS/Batch program.

Thanks,
Arun