If you have ADF2008.01d or later installed, navigate to the ADF installation directory and double click the adf_command_file.bat file. It will start a Windows command interpreter and set up the environment specific for that installation of ADF. Once it has started, go to your jobs directory by entering the following commands at the prompt:
C: cd \ADF_DATAThen, run your job as follows (assuming the job is called h2o):
sh h2o.jobYou can also prepare a job from a .adf file and run it using only two commands:
sh adfprep -t h2o.adf -j h2o > h2o.job sh h2o.job
Please note that you do need to use sh in the commands above because both h2o.job and adfprep are shell scripts and, thus, they must be interpreted by a shell.




