You can get a list of all supported command line parameters by running YASARA with the
-help option.
When you specify a macro to run as
'Filename.mcr' it is sometimes helpful to set certain variables, like the
MacroTarget. The following example sets variables
'a' to 5 and 'MacroTarget' to '/home/work/1crn.pdb':
yasara MyMacro.mcr a=5 "MacroTarget='/home/work/1crn.pdb'"
or
Yasara.exe MyMacro.mcr a=5 "MacroTarget='/home/work/1crn.pdb'"
Note the double quotes around the last parameter, they prevent the operating system from removing the single quotes before passing the parameter to YASARA.
In case you are working with Windows and have not used command line parameters before,
there are two ways of passing these parameters to a program: