Author Topic: How to launch SlickEdit from a Windows command line?  (Read 783 times)

TheHumbleOne

  • Community Member
  • Posts: 60
  • Hero Points: 1
How to launch SlickEdit from a Windows command line?
« on: October 18, 2024, 05:20:21 PM »
I am on Windows 10 and want to launch SlickEdit from the command line. When I am using Visual Studio Code, for example, I can just type "code ." and Visual Studio Code opens up with the launch directory as the base directory. Is there an equivalent way of doing this for SlickEdit?

I don't want to launch a new instance of SlickEdit when I run this command.

Thanks in advance.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2919
  • Hero Points: 153
Re: How to launch SlickEdit from a Windows command line?
« Reply #1 on: October 18, 2024, 05:44:15 PM »
"vs" should do it, just make sure that the SlickEdit\win directory is in your PATH.

If you ever want to launch a new instance, you can use "vs +new".

TheHumbleOne

  • Community Member
  • Posts: 60
  • Hero Points: 1
Re: How to launch SlickEdit from a Windows command line?
« Reply #2 on: October 18, 2024, 07:51:30 PM »
Dan, that worked. Thanks.