2010-01-27, 12:52
#1
Idag upptäckte jag att alla filer från 2 mappar på min andra partition, D:, helt har försvunnit. Undermapparna i de mapparna är dock kvar. Det rör sig om ca 100 GB filmer och några hundra bilder. Inte bara alla filer med ändelsarna .avi, .jpg osv är borta, utan alla.
Det enda jag kan komma på som möjligtvis orsakade detta är att jag igår installerade Unreal Tournament 2004. Setupen bestod av en .bat-fil som innehöll detta:
Som ni ser så fick man inte välja var spelet skulle installeras. Jag försökte mig då på en fuling och bytte ut "set ID=%USERPROFILE%\Games\Unreal Tournament 2004" till "D:\Spel\UT2004", men det fungerade inte, det kom upp någon slags error.
Frågan är om det är detta som orsakade att filerna blivit borttagna/överskrivna?
Det konstiga är att bara är just 2 mappar som råkade ut för detta. Mapparna ligger efter varandra i ordningen.
Kanske kan tillägga att jag har delat ut hela min D:-partition på nätverket, men jag är kopplad direkt med kabel till den trådlösa gatewayen som har krypterad trådlös anslutning påkopplad. Men om någon hade gjort intrång, varför bara ta bort filerna och inte alla mappar? Kan det bero på nåt virus?
Det enda jag kan komma på som möjligtvis orsakade detta är att jag igår installerade Unreal Tournament 2004. Setupen bestod av en .bat-fil som innehöll detta:
rem Author: Synapse
rem Date: Mar 5th 2009
rem Installer version: 1.1
@echo off
cls
color a
title Unreal Tournament 2004 Installation
set CDIR=%CD%\Install Files
set ID=%USERPROFILE%\Games\Unreal Tournament 2004
set TD=%HOMEDRIVE%\UT2004-TMP
md "%ID%"
cls
cd "%ID%"
echo.
echo Removing temporary files (please wait)...
del/f/q/s %TD%\>nul
del/f/q/s "%ID%\">nul
cls
echo.
echo * Please enable Administrative privldeges and disable User Account Control.
echo if your computer is not as described please exit this program now...
echo * It is recommended that you exit all other applications before installation
echo -----------------------------------------------------------------------------
echo * Game: Unreal Tournament 2004
echo * Patch version: 3369
echo * Time needed: ~15+min
echo * Extracted size: 5.78GB
echo * Game Path: %ID%
echo -----------------------------------------------------------------------------
echo.
echo Press any key to begin the installation...
pause>nul
echo.
echo Copying Static.cf2...
xcopy "%CDIR%\Static.cf2" "%TD%\"/Y>nul
echo -Extracting Static.cf2...
move "%TD%\Static.cf2" "%TD%\Static.exe">nul
"%TD%\Static" -y -ao -o"%ID%"
del/f/q "%TD%\Static.exe"
echo Copying Maps.cf2...
xcopy "%CDIR%\Maps.cf2" "%TD%\"/Y>nul
echo -Extracting Maps.cf2...
move "%TD%\Maps.cf2" "%TD%\Maps.exe">nul
"%TD%\Maps" -y -ao -o"%ID%\Maps"
del/f/q "%TD%\Maps.exe"
echo Copying Textures-1.cf2...
xcopy "%CDIR%\Textures-1.cf2" "%TD%\"/Y>nul
echo -Extracting Textures-1.cf2...
move "%TD%\Textures-1.cf2" "%TD%\Textures-1.exe">nul
"%TD%\Textures-1" -y -ao -o"%ID%\Textures"
del/f/q "%TD%\Textures-1.exe"
echo Copying Textures-2.cf2...
xcopy "%CDIR%\Textures-2.cf2" "%TD%\"/Y>nul
echo -Extracting Textures-2.cf2...
move "%TD%\Textures-2.cf2" "%TD%\Textures-2.exe">nul
"%TD%\Textures-2" -y -ao -o"%ID%\Textures"
del/f/q "%TD%\Textures-2.exe"
echo Copying Data.cf1...
xcopy "%CDIR%\Data.cf1" "%TD%\"/Y>nul
echo -Extracting Data.cf1...
move "%TD%\Data.cf1" "%TD%\Data.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%" "%TD%\Data.uha">nul
del/f/q "%TD%\Data.uha"
echo Copying Music.cf1...
xcopy "%CDIR%\Music.cf1" "%TD%\"/Y>nul
echo -Extracting Music.cf1...
move "%TD%\Music.cf1" "%TD%\Music.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%\Music" "%TD%\Music.uha">nul
del/f/q "%TD%\Music.uha"
echo Copying Sounds.cf1...
xcopy "%CDIR%\Sounds.cf1" "%TD%\"/Y>nul
echo -Extracting Sounds.cf1...
move "%TD%\Sounds.cf1" "%TD%\Sounds.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%\Sounds" "%TD%\Sounds.uha">nul
title Unreal Tournament 2004 Installation
del/f/q "%TD%\Sounds.uha"
del/f/q "%ID%\debug1.exe"
echo -Generating serial...
"%ID%\KeyCH"
regedit/s "%ID%\reg_1.reg"
del/f/q "%ID%\KeyCH.exe"
del/f/q "%ID%\reg_1.reg"
echo -Installing DirectX...
"%ID%\dxwebsetup"/Q>nul
del/f/q "%ID%\dxwebsetup.exe"
echo -Creating desktop shortcut...
"%ID%\shortcut.exe" /F:"%USERPROFILE%\Desktop\Unreal Tournament 2004.lnk" /A:C /T:"%ID%\system\UT2004.exe" /W:"%ID%" /R:1>nul
del/f/q "%ID%\Shortcut.exe"
echo -Removing backup files...
rd %TD%\
cls
echo.
echo * Finished Installation. Run Desktop shortcut.
echo ================================================== ============
echo RIP NOTES
echo ================================================== ============
echo * Press any key to finsh installation...
echo [Created by Synapse], Please comment on torrent!!
echo * More PC games at: (http://www.mininova.org/user/seao111)
echo * Please direct game requests, comments, thanks, etc to:
echo [synapse.pcgames@gmail.com]
echo * If game crashes on first run, end process and start again...
echo ================================================== ============
:PROMPT
echo.
set/p BROWSE="Open default browser to download latest DirectX? (Y/N): "
IF "%BROWSE%"=="y" set BROWSE="Y"
IF "%BROWSE%"=="n" set BROWSE="N"
IF %BROWSE%=="N" exit
IF EXIST "%SystemDrive%\Program Files\Mozilla Firefox\firefox.exe" goto openff
IF %BROWSE%=="Y" (
"%SystemDrive%\Program Files\Internet Explorer\iexplore" -extoff -nohome www.filehippo.com/download_directx
exit
)
goto PROMPT
penff
"%SystemDrive%\Program Files\Mozilla Firefox\firefox" -new-window "www.filehippo.com/download_directx"
exit
rem Date: Mar 5th 2009
rem Installer version: 1.1
@echo off
cls
color a
title Unreal Tournament 2004 Installation
set CDIR=%CD%\Install Files
set ID=%USERPROFILE%\Games\Unreal Tournament 2004
set TD=%HOMEDRIVE%\UT2004-TMP
md "%ID%"
cls
cd "%ID%"
echo.
echo Removing temporary files (please wait)...
del/f/q/s %TD%\>nul
del/f/q/s "%ID%\">nul
cls
echo.
echo * Please enable Administrative privldeges and disable User Account Control.
echo if your computer is not as described please exit this program now...
echo * It is recommended that you exit all other applications before installation
echo -----------------------------------------------------------------------------
echo * Game: Unreal Tournament 2004
echo * Patch version: 3369
echo * Time needed: ~15+min
echo * Extracted size: 5.78GB
echo * Game Path: %ID%
echo -----------------------------------------------------------------------------
echo.
echo Press any key to begin the installation...
pause>nul
echo.
echo Copying Static.cf2...
xcopy "%CDIR%\Static.cf2" "%TD%\"/Y>nul
echo -Extracting Static.cf2...
move "%TD%\Static.cf2" "%TD%\Static.exe">nul
"%TD%\Static" -y -ao -o"%ID%"
del/f/q "%TD%\Static.exe"
echo Copying Maps.cf2...
xcopy "%CDIR%\Maps.cf2" "%TD%\"/Y>nul
echo -Extracting Maps.cf2...
move "%TD%\Maps.cf2" "%TD%\Maps.exe">nul
"%TD%\Maps" -y -ao -o"%ID%\Maps"
del/f/q "%TD%\Maps.exe"
echo Copying Textures-1.cf2...
xcopy "%CDIR%\Textures-1.cf2" "%TD%\"/Y>nul
echo -Extracting Textures-1.cf2...
move "%TD%\Textures-1.cf2" "%TD%\Textures-1.exe">nul
"%TD%\Textures-1" -y -ao -o"%ID%\Textures"
del/f/q "%TD%\Textures-1.exe"
echo Copying Textures-2.cf2...
xcopy "%CDIR%\Textures-2.cf2" "%TD%\"/Y>nul
echo -Extracting Textures-2.cf2...
move "%TD%\Textures-2.cf2" "%TD%\Textures-2.exe">nul
"%TD%\Textures-2" -y -ao -o"%ID%\Textures"
del/f/q "%TD%\Textures-2.exe"
echo Copying Data.cf1...
xcopy "%CDIR%\Data.cf1" "%TD%\"/Y>nul
echo -Extracting Data.cf1...
move "%TD%\Data.cf1" "%TD%\Data.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%" "%TD%\Data.uha">nul
del/f/q "%TD%\Data.uha"
echo Copying Music.cf1...
xcopy "%CDIR%\Music.cf1" "%TD%\"/Y>nul
echo -Extracting Music.cf1...
move "%TD%\Music.cf1" "%TD%\Music.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%\Music" "%TD%\Music.uha">nul
del/f/q "%TD%\Music.uha"
echo Copying Sounds.cf1...
xcopy "%CDIR%\Sounds.cf1" "%TD%\"/Y>nul
echo -Extracting Sounds.cf1...
move "%TD%\Sounds.cf1" "%TD%\Sounds.uha">nul
"%ID%\debug1" x -y+ -o+ -t"%ID%\Sounds" "%TD%\Sounds.uha">nul
title Unreal Tournament 2004 Installation
del/f/q "%TD%\Sounds.uha"
del/f/q "%ID%\debug1.exe"
echo -Generating serial...
"%ID%\KeyCH"
regedit/s "%ID%\reg_1.reg"
del/f/q "%ID%\KeyCH.exe"
del/f/q "%ID%\reg_1.reg"
echo -Installing DirectX...
"%ID%\dxwebsetup"/Q>nul
del/f/q "%ID%\dxwebsetup.exe"
echo -Creating desktop shortcut...
"%ID%\shortcut.exe" /F:"%USERPROFILE%\Desktop\Unreal Tournament 2004.lnk" /A:C /T:"%ID%\system\UT2004.exe" /W:"%ID%" /R:1>nul
del/f/q "%ID%\Shortcut.exe"
echo -Removing backup files...
rd %TD%\
cls
echo.
echo * Finished Installation. Run Desktop shortcut.
echo ================================================== ============
echo RIP NOTES
echo ================================================== ============
echo * Press any key to finsh installation...
echo [Created by Synapse], Please comment on torrent!!
echo * More PC games at: (http://www.mininova.org/user/seao111)
echo * Please direct game requests, comments, thanks, etc to:
echo [synapse.pcgames@gmail.com]
echo * If game crashes on first run, end process and start again...
echo ================================================== ============
:PROMPT
echo.
set/p BROWSE="Open default browser to download latest DirectX? (Y/N): "
IF "%BROWSE%"=="y" set BROWSE="Y"
IF "%BROWSE%"=="n" set BROWSE="N"
IF %BROWSE%=="N" exit
IF EXIST "%SystemDrive%\Program Files\Mozilla Firefox\firefox.exe" goto openff
IF %BROWSE%=="Y" (
"%SystemDrive%\Program Files\Internet Explorer\iexplore" -extoff -nohome www.filehippo.com/download_directx
exit
)
goto PROMPT
penff"%SystemDrive%\Program Files\Mozilla Firefox\firefox" -new-window "www.filehippo.com/download_directx"
exit
Frågan är om det är detta som orsakade att filerna blivit borttagna/överskrivna?
Det konstiga är att bara är just 2 mappar som råkade ut för detta. Mapparna ligger efter varandra i ordningen.
Kanske kan tillägga att jag har delat ut hela min D:-partition på nätverket, men jag är kopplad direkt med kabel till den trådlösa gatewayen som har krypterad trådlös anslutning påkopplad. Men om någon hade gjort intrång, varför bara ta bort filerna och inte alla mappar? Kan det bero på nåt virus?
__________________
Senast redigerad av OneUp 2010-01-27 kl. 12:58.
Senast redigerad av OneUp 2010-01-27 kl. 12:58.
