Skip to content

Commit

Permalink
Auto installer
Browse files Browse the repository at this point in the history
Auto installer
  • Loading branch information
MEGAMINDMK authored Mar 25, 2021
1 parent fbfad58 commit 558674f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xampp-files-copy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd C:\Windows\System32
xcopy "config.inc.php" "C:\xampp\phpmyadmin\" /s /Y
xcopy "httpd-xampp.conf" "C:\xampp\apache\conf\extra\" /s /Y
xcopy "xampp-control.ini" "C:\xampp\" /s /Y
xcopy "xampp-control.exe.lnk" "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\" /s /Y
xcopy "my.ini" "C:\xampp\mysql\bin\" /s /Y
pause

0 comments on commit 558674f

Please sign in to comment.