tonikelope / megabasterd

Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
GNU General Public License v3.0
4.53k stars 595 forks source link

Unable to create quick launch shortcut #566

Closed bagajohny closed 10 months ago

bagajohny commented 1 year ago

I am trying to create a start menu shortcut on Windows 10 for megabasterd bat file. But I keep getting the error

image

I have followed the following guide

https://winaero.com/pin-a-batch-file-to-the-start-menu-or-taskbar-in-windows-10/

Please help me resolve the problem.

Zhico commented 10 months ago

@bagajohny

Add this to the top of the MegaBasterd.bat file.

CD /d %~dp0

So it looks like this.

CD /d %~dp0 start jre\bin\javaw -jar jar\MegaBasterd.jar

Then it should work. :)

bagajohny commented 10 months ago

@bagajohny

Add this to the top of the MegaBasterd.bat file.

CD /d %~dp0

So it looks like this.

CD /d %~dp0 start jre\bin\javaw -jar jar\MegaBasterd.jar

Then it should work. :)

It worked! Thank you so much.

Zhico commented 10 months ago

You're welcome. :)