8000 Create a shortcut · Zagrios/bs-manager Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create a shortcut

github-actions[bot] edited this page Jun 8, 2025 · 1 revision

Table of Contents

How to create a shortcut on Windows

On Desktop

  1. Launch BSManager and select your version.
  2. Click on the gear icon at the top-right corner of the version.
  3. Click on the Create a Shortcut button.
  4. Choose your launch options.
  5. Click on Create a Shortcut. It should now appear on your desktop.
SeeTxtFile.png

On Taskbar

  1. Open Notepad and drag & drop the version shortcut you need.
  2. Grab the version link (e.g., bsmanager://launch/?version=1.34.2&versionIno=19140298416807704) - More info here.
  3. Open a new Notepad window and type the following:
@echo off
start <version link>
  1. Save the file with a .bat extension.
  2. Create a shortcut to this .bat file. Edit the shortcut path to: cmd.exe /C <shortcut path>.

How to create a shortcut on Steam

  1. Launch BSManager and select your version.
  2. Click on the gear icon at the top-right corner of the version.
  3. Click on the Create a Shortcut button.
  4. Choose your launch options.
  5. Click on Create a Shortcut. It should now appear on your desktop.
SeeTxtFile.png
Clone this wiki locally
0