Archive: How to Use $Variables and ${CUSTOM} Inside !System Calls? Possible?


How to Use $Variables and ${CUSTOM} Inside !System Calls? Possible?
I have a few variables I'd like to get through a !system command. I checked the help and think this might not be possible. I just wish to confirm this and I am curious if any workarounds exist.

Thanks!


Remember that !system is a compile-time command and variables only contain data on run-time.

-Stu