Skip to content

Commit 6867ac4

Browse files
authored
Update README.md
1 parent cc76b83 commit 6867ac4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# OpenVRStartup
2-
Automatically run command files on SteamVR startup, download the latest release [here](https://github.com/BOLL7708/OpenVRStartup/releases).
2+
Automatically run command files on SteamVR startup and/or shutdown, download the latest release [here](https://github.com/BOLL7708/OpenVRStartup/releases).
33

44
# Usage
55
1. Decompress the release archive to a folder on disk.
66
2. Run the _.exe_ file in the folder.
7-
3. Follow the instructions provided in the console window to add the application to always launch with SteamVR.
7+
3. On first launch it will display some instructions and the application will run the demo files included in the release.
88
4. Check the _.log_ file that is generated in the same folder, it should provide information about the execution.
9-
5. Edit the example _.cmd_ file, delete it, add new ones. You can add as many as you like and the application will attemp to run them all.
9+
5. Delete or edit the _*.cmd_ files in the _start_ and _stop_ folders or add new ones. The application will attemp to run any _*.cmd_ files in those folders.
1010

1111
Delete the generated _.log_ file to get the instructions in step 3 again on the next launch.
1212

13-
That's pretty much it. This is a very simple application, and it will terminate as soon as it has launched all your scripts so it's not even running in the background.
14-
13+
That's pretty much it. This is a very simple application. If you only have startup scripts it will terminate immediately after launch, if you have shutdown scripts it will put itself in the background until SteamVR exits so it can launch those scripts as well.

0 commit comments

Comments
 (0)