Yesterday, 12:12 PM
(This post was last modified: Yesterday, 12:13 PM by mansam15. Edited 1 time in total.)
If you have trouble in creating it you just have to create a txt file with the contents you want and then rename the .txt file to .bat
You can also open the text file and save as .bat instead of .txt
The content should be the following:
start "" "C:\Path\To\MpvShim\run.exe" --config "C:\Path\To\New\Appdata"
with the quotes as you see them.
The first directory points to the mpv shim executable which is named run.exe and you can find it in the installation directory.
The second one is just a directory of your choice in which the configurations will be saved. It has been a while since I played around but any directory under your user will probably work (not sure if it will have permission errors otherwise).
Do not forget the quotes around directories and the two after start.
If you have any other questions feel free to ask!
You can also open the text file and save as .bat instead of .txt
The content should be the following:
start "" "C:\Path\To\MpvShim\run.exe" --config "C:\Path\To\New\Appdata"
with the quotes as you see them.
The first directory points to the mpv shim executable which is named run.exe and you can find it in the installation directory.
The second one is just a directory of your choice in which the configurations will be saved. It has been a while since I played around but any directory under your user will probably work (not sure if it will have permission errors otherwise).
Do not forget the quotes around directories and the two after start.
If you have any other questions feel free to ask!