[QUOTE=maysamab;41147]Where is %SamDAT% Folder
Where Should I Create This Folder?
I Create folder Named "SDNF" in PMLLIB Directry and Copy Entire folders (in zip File) in this Directry , then Follow Instructions in PDMS and run *.pmlfrm
but i get this error
Is It True?
thanks
You should create the SAMDAT folder in the directory where the SAM project resides like:
SAM000
Make a new folder:
SAMDAT
and copy the file:
transition.crd in that folder.
Then in your PDMS evars add the
if not "%SAMDAT%"=="" goto samdatok
set SAMDAT=%1\project\samdat
if exist %1\project\fd\samdat set SAMDAT=%1\project\fd\sam000
echo SAMDAT=%SAMDAT%
:samdatok
[QUOTE=maysamab;41147]Where is %SamDAT% Folder
Where Should I Create This Folder?
I Create folder Named "SDNF" in PMLLIB Directry and Copy Entire folders (in zip File) in this Directry , then Follow Instructions in PDMS and run *.pmlfrm
but i get this error
Is It True?
thanks
You should create the SAMDAT folder in the directory where the SAM project resides like:
SAM000
Make a new folder:
SAMDAT
and copy the file:
transition.crd in that folder.
Then in your PDMS evars add the
if not "%SAMDAT%"=="" goto samdatok
set SAMDAT=%1\project\samdat
if exist %1\project\fd\samdat set SAMDAT=%1\project\fd\sam000
echo SAMDAT=%SAMDAT%
:samdatok