EasyRP icon indicating copy to clipboard operation
EasyRP copied to clipboard

Running in the background

Open LunarTwilight opened this issue 6 years ago • 2 comments

Could a way please be added to run this in the background? (eg, still running but it doesn't show up in the taskbar)

LunarTwilight avatar Jan 26 '19 10:01 LunarTwilight

the owner says coming soon, but the project still discounted. you can use it

ryukora avatar Apr 03 '19 05:04 ryukora

Hello, I didn't actually need to reply to this because i was looking for a way to convert unix epoch time to normal time and project it into the game with easyrp. I have a solution to your problem, and its quite easy actually. 1.Drag all the files from the EasyRP folder to your desktop (not the folder, the stuff inside the folder). 2.Paste the following code into a new text file:

Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "C:\Users\YOURUSERNAME\Desktop\easyrp.bat" & chr(34), 0 Set WshShell = Nothing

Of course you are going to need to change YOURUSERNAME to your actual pc username. 3.Rename txt file to vbs file. The file needs to be on your desktop to work. Step 4 is optional: Hold winkey+r to bring the run box up. Type shell:startup, press enter. In the folder that pops up make a new shortcut to that vbs file. The file needs to be on your desktop to work.

Hope you see this.

Edit: rename easyrp.exe to easyrp.bat. Go into Folder, click view in the ribbon at the top and check the box 'View file extension'. This will allow you to see the file extension of the file.

salmornal avatar Oct 24 '19 16:10 salmornal