user cmd folder
2 posts
• Page 1 of 1
user cmd folder
I can do any of
]settings cmddirand I can extend the argument to add other directories to be searched.
⎕SE.UCMD'Settings cmddir'
⎕SE.SALT.Settings'cmddir'
]settings cmddir ,"c:/myucmdfolder"So far I've only been able to do this for the current session. Am I missing something? Is there a simple way to make it permanent.
...
-
Phil Last - Posts: 628
- Joined: Thu Jun 18, 2009 6:29 pm
- Location: Wessex
Re: user cmd folder
- Code: Select all
]settings cmddir ,c:/myucmdfolder -permanent
To get help on a command put a '?' before the command as in
- Code: Select all
]?settings
-permanent will store permanently your settings. They will be brought back when you start APL. If you modify them during the session (without -permanent) you can reset them from global settings using -reset as in
- Code: Select all
]settings -reset
- DanB|Dyalog
2 posts
• Page 1 of 1
Return to Source Code Management
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group