Skip to content

Commit

Permalink
Updated Symlinks Batch File
Browse files Browse the repository at this point in the history
  • Loading branch information
toadie2k committed Jul 26, 2016
1 parent 1f1cf1b commit 6b59bb1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions link.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@ SETLOCAL ENABLEDELAYEDEXPANSION
if not exist p:\ GOTO noP

echo This program will create all necessary links to your P drive. Press enter to continue.
pause
mklink /J "p:\hlc_wp_m60E4" "%SOURCE%hlc_wp_m60E4"
mklink /J "p:\hlc_wp_minigun" "%SOURCE%hlc_wp_minigun"
pause

mklink /J "p:\hlc_wp_m60E4" "%SOURCE%hlc_wp_m60E4"

mklink /J "p:\hlc_wp_minigun" "%SOURCE%hlc_wp_minigun"

mklink /J "p:\hlc_wp_AR15" "%SOURCE%hlc_wp_AR15"

mklink /J "p:\hlc_wp_springfield" "%SOURCE%hlc_wp_springfield"

mklink /J "p:\hlc_wp_M14" "%SOURCE%hlc_wp_M14"

mklink /J "p:\hlc_wp_FHAWC" "%SOURCE%hlc_wp_FHAWC"

mklink /J "p:\hlc_wp_g3" "%SOURCE%hlc_wp_g3"

echo Complete
pause
GOTO quit
Expand Down

0 comments on commit 6b59bb1

Please sign in to comment.