Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No issue... only a question how to make a start shortcut for Win11 #159

Open
majocola opened this issue Jan 11, 2025 · 1 comment
Open

Comments

@majocola
Copy link

How to make a Shortcut or .bat file for starting it in Windows 11.
So my coding skillz are zero.... =)
iam starting now with going in folder start powershell and start it in the cmdline wiht ./uvc run.

Ist it possible to make a one click shortcut for it ? =) greatzzzzz

@JackismyShephard
Copy link

Hi @majocola ! I think you meant to write this issue on https://github.com/JackismyShephard/ultimate-rvc and not here?

Regardless, I think it should be possible to make a shortcut. here is what copilot says:

Steps to Create the Shortcut
Create a New Shortcut:

Right-click on the desktop or in the folder where you want to create the shortcut.
Select New > Shortcut.
Enter the Location of the Item:

In the "Type the location of the item" field, enter the following command:

powershell.exe -NoExit -Command "cd <PATH_TO_ULTIMATE_RVC>; ./urvc run"

Name the Shortcut:

Click Next.
Enter a name for the shortcut, such as Run URVC.
Click Finish.
Modify the Shortcut Properties (Optional):

Right-click on the newly created shortcut and select Properties.
In the Shortcut tab, you can change the Start in field to the path of your ultimate-rvc folder if you want the PowerShell window to start in that directory.
Click OK to save the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants