invoke an application and pass parameters

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Edgar
Posts: 1
Joined: 12 Jul 2011 00:02

invoke an application and pass parameters

#1 Post by Edgar » 12 Jul 2011 00:11

Hello, I am very new to DOS and I need some help with an application which I invoke thru Putty. Now, I would like to use DOS since I can run it in my local machine.
Details:
I need to invoke this utility that will need, file name, table name and output file name.
First problem? Can DOS tell me what parameters my application expects? would it be the same as in Putty?
Here is my putty commad line:

zcat myfile.zip | my table myutility myoutputfilename.txt

This is all I do, and my application runs and does what it does... I don't know if this can be done in DOS...

Post Reply