Skip to content

Commit

Permalink
Merge pull request #262 from sasjs/allanbowe/sas-default-folder-shoul…
Browse files Browse the repository at this point in the history
…d-260

fix: addition of SASINITIALFOLDER startup option.  Closes #260
  • Loading branch information
allanbowe authored Aug 31, 2022
2 parents 6131ed1 + a5ee2f2 commit 53033cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/controllers/internal/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' : '',
Expand Down

0 comments on commit 53033cc

Please sign in to comment.