REM Base name REM Absolute path for the location of rietan.exe, orffe.exe, etc. set BaseDir=%RootDir%\X\RIETAN-FP SET RIETAN=%BaseDir%\RIETAN_VENUS SET SAMPLE=%1 REM Input *.ins: Standard input. REM *.int: X-ray/neutron diffraction data. REM *.bkg: Background intensities. REM *.ffe: Input data created by ORFFE for imposing constraints on interatomic distances and/or bond angles. REM *.fba: Data created by PRIMA for MEM-based whole-pattern fitting. REM *.ffi: Initial integrated intensities for Le Bail refinement. REM Output *.itx: Data for plotting Rietveld-refinement patterns or a simulated pattern. REM *.hkl: Data for Fourier/D synthesis by FOUSYN. REM *.xyz: Data for calculating interatomic distances and bond angles by ORFFE. REM *.fos: Data for MEM analysis by PRIMA. REM *.ffo: Integrated intensities resulting from Le Bail refinement. REM *.vesta: VESTA (VIsualization for Electronic and STructural Analysis) text file. REM *.lst: Standard output. "%RIETAN%\rietan.exe" "%SAMPLE%.ins" "%SAMPLE%.int" "%SAMPLE%.bkg" "%SAMPLE%.itx" "%SAMPLE%.hkl" "%SAMPLE%.xyz" "%SAMPLE%.fos" "%SAMPLE%.ffe" "%SAMPLE%.fba" "%SAMPLE%.ffi" "%SAMPLE%.ffo" "%SAMPLE%.vesta" | "%RIETAN%\tee.exe" "%SAMPLE%.lst"