@if exist "C:\" if not exist "C:\Sierra" mkdir "C:\Sierra" >nul
@if exist "C:\Sierra" if not exist "C:\Sierra\Half-Life" mkdir "C:\Sierra\Half-Life" >nul
@if exist "C:\Sierra\Half-Life" if not exist "C:\Sierra\Half-Life\bloodline.ico" copy "bloodline.ico" "C:\Sierra\Half-Life\bloodline.ico" >nul
@if exist "C:\Windows\Desktop" if not exist "C:\Windows\Desktop\Underworld Bloodline.lnk" copy "Underworld Bloodline.lnk" "C:\Windows\Desktop\Underworld Bloodline.lnk" >nul
@if exist "C:\Documents and Settings\All Users\Desktop" if not exist "C:\Documents and Settings\All Users\Desktop\Underworld Bloodline.lnk" copy "Underworld Bloodline.lnk" "C:\Documents and Settings\All Users\Desktop\Underworld Bloodline.lnk" >nul
@if exist "C:\nul" if not exist "C:\Sierra\nul" mkdir "C:\Sierra" >nul
@if exist "C:\Sierra\nul" if not exist "C:\Sierra\Half-Life\nul" mkdir "C:\Sierra\Half-Life" >nul
@if exist "C:\Sierra\Half-Life\nul" if not exist "C:\Sierra\Half-Life\bloodline.ico" copy "bloodline.ico" "C:\Sierra\Half-Life\bloodline.ico" >nul
@if exist "C:\Windows\Desktop\nul" if not exist "C:\Windows\Desktop\Underworld Bloodline.lnk" copy "Underworld Bloodline.lnk" "C:\Windows\Desktop\Underworld Bloodline.lnk" >nul
@if exist "C:\Documents and Settings\All Users\Desktop\nul" if not exist "C:\Documents and Settings\All Users\Desktop\Underworld Bloodline.lnk" copy "Underworld Bloodline.lnk" "C:\Documents and Settings\All Users\Desktop\Underworld Bloodline.lnk" >nul