Added method to run inivisibly
This commit is contained in:
parent
7fa6137acc
commit
9ac7e0a812
5 changed files with 4 additions and 5 deletions
|
@ -7,13 +7,11 @@ How it works:
|
||||||
|
|
||||||
How to use:
|
How to use:
|
||||||
|
|
||||||
-Download the exe from Releases here:https://github.com/djkato/Discord-Rich-Presence-for-Cinema-4D/releases/tag/v1.0.1
|
-Download the release zip from Releases here:https://github.com/djkato/Discord-Rich-Presence-for-Cinema-4D/releases/tag/v1.0.2
|
||||||
|
|
||||||
-Create a shortcut, then on the shortcut Rightclick > Properties > `Run: Minimzed` so it doesn't open windowed on each startup
|
-run the EXE file once, then close. It generates a `DRCSettings.json`. Change what porfolio website should be displayed there.
|
||||||
|
|
||||||
-do `[WINDOWS BUTTON+R]`, then type `shell:StartUp`, and put the exe there so it automatically starts with pc
|
-do `[WINDOWS BUTTON+R]`, then type `shell:StartUp`, take the shortcut link "PUT IN STARTUP -.." and put it there there so it automatically starts with pc
|
||||||
|
|
||||||
-run once, then close. It generates a `DRCSettings.json`. Change what porfolio website should be displayed there.
|
|
||||||
|
|
||||||
enjoy~
|
enjoy~
|
||||||
Dj
|
Dj
|
BIN
build/PUT IN STARTUP - RunInvisibly.vbs - Shortcut.lnk
Normal file
BIN
build/PUT IN STARTUP - RunInvisibly.vbs - Shortcut.lnk
Normal file
Binary file not shown.
1
build/RunInvisibly.vbs
Normal file
1
build/RunInvisibly.vbs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CreateObject("Wscript.Shell").Run "discord-rich-presence-for-cinema-4d-win.exe", 0
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue