Create a User Interface batch file for windows 11

There is no simple way to open the Graphic Interface, for standard users create a batch file:

  1. In Windows 11, go to the folder with rclone.exe
  2. Right click in a blank space in explorer, and click --> new --> text document create a batch file create a new text file in the folder.
  3. Then open the text file created.
  4. Once opened into text editor click file -- > save as
  5. Then in file name write --> GUI-Link.bat
  6. Under the filename box click the menu "Save as type" --> Select --> All files
  7. Paste the follow code into notepad and then save.

@ECHO OFF
cd C:\Users\User\Desktop\rclone-v1.68.2-windows-amd64\rclone-v1.68.2-windows-amd64
rclone rcd --rc-web-gui

  1. Now in the root folder there will be a batch file GUI-Link
  2. Open this file to open the GUI into browser. Can shortcut to this directly also.

This is for those who wish to use the program of the GUI, who are no good with command line or have no need to use cmd.

To create shortcut else where, copy the batch file just created, then go to where you would like the shortcut in Windows 11 folders.

Then right click --> Show more options --> Paste as shortcut