Compile PSSE 32
Traducir del inglés I am taking my first steps in the compilation of user models in PSS / E 32.
I need to check if the file code compilar.bat is correct
@ECHO OFF
FLECS32 "C: \ Users \ Juan \ Desktop \ Dynamic \ CC.flx" -L NO -F PSS001.FOR -W 132 -F77
IFORT / nologo / Od / Oy- / assume: buffered_io / traceback / libs: dll / threads / c / Qip ^
/ extend_source: 132 / noaltparam / fpscomp: logicals / warn: nodeclarations ^
/ warn: unused / warn: truncated_source / Qauto / Op / iface: cvf / define: DLLI ^
/ include: "C: \ Program Files (x86) \ PTI \ PSSE32 \ PSSLIB" ^
/object:"CONEC.OBJ "^
PSS001.FOR
FROM PSS001.FOR
@ECHO OFF
FLECS32 "C: \ Users \ Juan \ Desktop \ Dynamic \ CT.flx" -L NO -F PSS001.FOR -W 132 -F77
IFORT / nologo / Od / Oy- / assume: buffered_io / traceback / libs: dll / threads / c / Qip ^
/ extend_source: 132 / noaltparam / fpscomp: logicals / warn: nodeclarations ^
/ warn: unused / warn: truncated_source / Qauto / Op / iface: cvf / define: DLLI ^
/ include: "C: \ Program Files (x86) \ PTI \ PSSE32 \ PSSLIB" ^
/object:"CONET.OBJ "^
PSS001.FOR
FROM PSS001.FOR
@REM
IF "% 1" == "" GOTO SKIP
@REM ---------------- CUT HERE ----------------
FLECS32 "% 1" -L NO -F "% 1.F" -W 132 -F77
IFORT / nologo / Od / Oy- / assume: buffered_io / traceback / libs: dll / threads / c / Qip ^
/ extend_source: 132 / noaltparam / fpscomp: logicals / warn: nodeclarations ^
/ warn: unused / warn: truncated_source / Qauto / Op / iface: cvf / define: DLLI ^
/ include: "C: \ Program Files (x86) \ PTI \ PSSE32 \ PSSLIB" ^
/object:"%1.OBJ "^
"% 1.F"
@REM ---------------- CUT HERE ----------------
: SKIP
@ECHO If no errors, run "cload4" example.lib
Thank you