You are on page 1of 1

In unix u have to use rwcon60............

Like how we will create Batch file in windows(Convert.bat) like that in unix vi editor u
copy the below text and save that file as convert.sh.

Suppose u create some directory in unix lets say ReportFile and in that directory u have
kept all your Rdf file. Copy this Convert.sh file and execute this automatically it will
compile all the Rdf file which are there in that directory.

-----------Copy this text to vi editor--------


for %%f in (*.rdf) do rwcon60 userid=scott/tiger@system source=%%f batch=yes
dtype=repfile stype=rdffile

f60gen module=BTMU_CUSTOM_DFF_GCMSPLUS.fmb module_type=form


userid=apps/apps

You might also like