Ideas for new features & functions
Moderators: Dorian (MJT support), JRL
-
mightycpa
- Automation Wizard
- Posts: 343
- Joined: Mon Jan 12, 2004 4:07 pm
- Location: Vienna, VA
Post
by mightycpa » Wed Mar 17, 2021 1:45 pm
It would be nice to be able to customize the default script that loads in MS when you create a new one from the editor. If we could drop something like this in there:
Code: Select all
Let %LIBRARY_DIR%=C:\MS_SCRIPTS
Include>%LIBRARY_DIR%\MyLib.scp
that would be very convenient.
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey
-
Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
-
Contact:
Post
by Grovkillen » Wed Mar 17, 2021 2:34 pm
Wouldn't this make more sense?
Code: Select all
Let>LIB_DIR=C:\path\to\library
Include>..\file. scp
This way the ".." double dots are replace automatically by the
LIB_DIR variable
-
mightycpa
- Automation Wizard
- Posts: 343
- Joined: Mon Jan 12, 2004 4:07 pm
- Location: Vienna, VA
Post
by mightycpa » Wed Mar 17, 2021 3:40 pm
re:
Code: Select all
Let>LIB_DIR=C:\path\to\library
Include>..\file. scp
Now that I think about it, the variable doesn't make sense at all. It's MY system, right? Or yours?
So that location is not likely to ever change, or if it does, only once in a blue moon. Therefore, I think this makes the most sense;
Code: Select all
Include>C:\path\to\library\file.scp
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey