Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 08-23-2005
sam70 sam70 is offline
Registered User
 

Join Date: Apr 2005
Posts: 8
Regarding Variable parameter to be passed

Hi ,

Here is message

Usage: TFFtoXML <output.xml> <input.flat> <input.ffd> [logfile]


this is java command to be executed on shell script. this output we see when
we execute this on command line in local machine.it is a .bat file and we do
ff2xml and enter then it gives this information as above which i see when i put $1 $2 . But it not asking for variable input.

THanks

sam70