Instalation of the UFO system in the windows operating system: 1) Create directory UFO and unpack file UFOWIN.ZIP. 2) Change paths and settings in batch procedures UFOW.BAT and SETW.BAT to correspond to the actual directories in your PC. 3) Call UFOW.BAT (this batch procedure opens the MS DOS window for the UFO environment). Basic batch procedures: ----------------------- UFOW - Open the MS DOS window for the UFO environment. SETW - Create paths and settings concerning the Fortran compiler and the UFO system. GENER - Input parameter is the name of input file *.UFO (without extension), which is copied into file P.UFO. If no input parameter is used, file P.STANDARD is copied into P.UFO. File P.UFO is an input file of the UFO preprocessors BEL or BELG (BELG is used when the graphic dialog is required). The Fortran control program P.FOR is an output file of the COMPIL procedure. COMPIL - Input parameter is the name of output file *.OUT (without extension), which is used as a basic text output of the UFO system. If no input parameter is given, file P.OUT is used. Control program P.FOR is compiled by the Fortran compiler and the resulting file P.EXE is executed. COMPIL1- The same as COMPIL with the exception that control program P.FOR is compiled with the option implying run-time error messages. UFOGO - Input parameter is the name of input file *.UFO (without extension), which is copied into file P.UFO. If no input parameter is used, file P.STANDARD is copied into P.UFO. File P.UFO an input file of the UFO preprocessors BEL or BELG (BELG is used when the graphic dialog is required). Control program P.FOR, created by the UFO preprocessor, is compiled by the Fortran compiler and the resulting file P.EXE is executed. The file *.OUT is used as a basic text output of the UFO system. UFOGO1 - The same as UFOGO with the exception that control program P.FOR is compiled with the option implying run-time error messages. UFO - Start the UFO environment. Input parameter: The name of an input file *.UFO or the control program P.FOR (with extension). If no input parameter is used, it is necessary to specify the required file later. The given file is open in the UFO editor and it can be modified. We can use the following key choices: - The given file is copied into P.UFO. Then procedure UFOGO.BAT is called with parameter P. Output file P.OUT is open in the UFO editor and it can be read or processed. - The same as with the exception that UFOGO1 is called. - The given file is copied into P.FOR. Then procedure UFOGO.BAT is called without parameter. Output file P.OUT is open in the UFO editor and it can be read or processed. - The same as with the exception that COMPIL1 is called. - Return from the UFO editror. - The given file is copied into P.UFO. Then procedure GENER.BAT is called with parameter P.