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

Merge pull request #245 from sasjs/allanbowe/avoid-batch-sas-window-244

fix: adding options to prevent unwanted windows on windows.  Closes #244
This commit is contained in:
Allan Bowe
2022-07-31 18:05:05 +01:00
committed by GitHub

View File

@@ -103,6 +103,9 @@ ${autoExecContent}`
autoExecPath,
process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '',
process.sasLoc!.endsWith('sas.exe') ? '-icon' : '',
process.sasLoc!.endsWith('sas.exe') ? '-nodms' : '',
process.sasLoc!.endsWith('sas.exe') ? '-noterminal' : '',
process.sasLoc!.endsWith('sas.exe') ? '-nostatuswin' : '',
isWindows() ? '-nologo' : ''
])
.then(() => {