在新窗口中打开 SAS 程序
目前,当您在 Windows 中双击 SAS 文件时,它将在您已打开的现有 SAS 会话中打开它。有没有办法让它在窗口中单击时会启动一个新的 SAS 窗口?
Currently when you double click on a SAS file in windows, it will open it in an existing SAS session you already have open. Is there a way to make it so that when it is clicked in windows a new SAS window would start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,SAS 是一个所谓的“单实例”应用程序,因此它的默认行为是在现有会话中打开它。事实上,您可能会注意到它在您打开的第一个会话中打开。
As far as I know SAS is a so called "single instance" application so it's default behaviour is to open it in an existing session. In fact you may notice that it gets opened in the first session you have opened.
我想这可能就是您正在寻找的: 如何更改在 Windows 资源管理器中双击 SAS 文件时的默认操作?
I think this might be what you're looking for: How can I change the default action when I double click on a SAS file in Windows Explorer?