I am using Macro Scheduler Pro to compile some vbscripts that I run on other machines. During compilation the compile directives are appended to the top the scp files and control where the executable is placed during compilation. I would like to use relative paths in the compile directive. For example my directory structure is
/root
/root/src
/root/bin
/root/settings
The scp files are located in the /root/src folder but we want the binaries created in the /root/bin folder. Unfortunately, it seems the compile directive needs to be a hardcoded fully qualified path. Neither relative paths nor system variables seem to work in the directive.
Fazle
relative paths in COMPILE_OPTS
Moderators: JRL, Dorian (MJT support)
Re: relative paths in COMPILE_OPTS
Sorry I don't have time at the moment to help you write anything but you can write your own compile script to have a specialized compile.
Open help and do a search for "command line compile" for instructions. Perhaps you can have your compile script acquire the hard path from the relative path then use the hard path for the compile.
Hope this makes sense.
Open help and do a search for "command line compile" for instructions. Perhaps you can have your compile script acquire the hard path from the relative path then use the hard path for the compile.
Hope this makes sense.