home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Levels / Underworld / underworld_bl_v2.exe / setup.bat < prev    next >
DOS Batch File  |  2003-07-23  |  1KB  |  10 lines

  1. @if exist "C:\" if not exist "C:\Sierra" mkdir "C:\Sierra" >nul
  2. @if exist "C:\Sierra" if not exist "C:\Sierra\Half-Life" mkdir "C:\Sierra\Half-Life" >nul
  3. @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
  4. @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
  5. @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
  6. @if exist "C:\nul" if not exist "C:\Sierra\nul" mkdir "C:\Sierra" >nul
  7. @if exist "C:\Sierra\nul" if not exist "C:\Sierra\Half-Life\nul" mkdir "C:\Sierra\Half-Life" >nul
  8. @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
  9. @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
  10. @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