echo off Echo Running this script will create a desktop folder called WHALe Timing Files, which will provide simplified access to the OneDrive WHALe timing data for Dolphin and Meet Maestro pause Echo Current User homepath is: %homedrive%%homepath% pause set desktopfolderlocation=\OneDrive\Desktop\WHALe Timing Files set onedrivetargetlocation=\West Houston Aquatic League (WHALe)\WHALe - Dolphin Timing - Timing Files set fulldesktopfolderlocation="%homedrive%%homepath%%desktopfolderlocation%" set fullonedrivetargetlocation="%homedrive%%homepath%%onedrivetargetlocation%" REM ECHO Setting: MKLINK /D %fulldesktopfolderlocation% %fullonedrivetargetlocation% MKLINK /D %fulldesktopfolderlocation% %fullonedrivetargetlocation% ECHO Press any key to exit PAUSE >NUL EXIT /B