SuperS123 / MCToPath

Simple C# program to add %minecraft% as a variable instead of doing %appdata% then going to .minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCToPath

MCToPath is a quick, simple program to add a %minecraft% variable so you don't have to use %appdata%

Installation

Method 1:

Go to Release 1.1 and download the .exe file. Then refer to Usage

Method 2:

Run the following in cmd

git clone https://github.com/SuperS123/MCToPath.git
cd MCToPath
csc MCToPath.cs

then refer to Usage

Usage

Run the .exe file as administrator downloaded and then wait for the PC to restart

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Simple C# program to add %minecraft% as a variable instead of doing %appdata% then going to .minecraft

License:MIT License


Languages

Language:C# 100.0%