1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

Merge pull request #262 from sasjs/allanbowe/sas-default-folder-should-260

fix: addition of SASINITIALFOLDER startup option.  Closes #260
This commit is contained in:
Allan Bowe
2022-08-31 10:32:14 +01:00
committed by GitHub

View File

@@ -101,6 +101,8 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
'-SASINITIALFOLDER',
session.path,
process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '',
process.sasLoc!.endsWith('sas.exe') ? '-icon' : '',
process.sasLoc!.endsWith('sas.exe') ? '-nodms' : '',