Several keywords specify a file to be used, either for input or for output. To ensure that file names are correctly handled, the specification of a file is quite strict.
File names should be specified in the following form: <keyword>="<file>" Here, <keyword> is a keyword that defines what the file is used for, e.g., EXTERNAL, GEO_DAT, GEO_REF, SETPI, and SETUP.
For
Ways to specify "text" :
GEO_DAT="CRAMBIN 1CBN X-ray.mop"
GEO_DAT="CRAMBIN.arc"
GEO_DAT="CRAMBIN.pdb"
GEO_DAT="./CRAMBIN.arc"
GEO_DAT="../CRAMBIN.arc"
GEO_DAT="../../arc files/CRAMBIN.arc"
GEO_DAT="sub folder/CRAMBIN.arc"
GEO_DAT="./sub
folder/CRAMBIN.arc"
GEO_DAT="M:\data sets\CRAMBIN 1CBN X-ray.mop"
GEO_DAT="/Users/jstewart/data_sets/CRAMBIN_1CBN_X-ray.mop"
GEO_DAT="~/data_sets/CRAMBIN_1CBN_X-ray.mop"