REM Base name SET SAMPLE=%1 REM Absolute path for the location of lst2cif, spgra, and spgri set BaseDir=%RootDir%\X\RIETAN-FP SET LST2CIF=%BaseDir%\RIETAN_VENUS REM Input *.lst: Output file of RIETAN. REM Output *.cif: CIF. REM *.l2c: Printer output. "%LST2CIF%\lst2cif.exe" "%SAMPLE%.lst" > "%SAMPLE%.l2c" DEL "%SAMPLE%.l2c"