Skip to content

Commit

Permalink
Add files version 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikel committed Jan 19, 2018
0 parents commit d5b0e8d
Show file tree
Hide file tree
Showing 267 changed files with 1,365 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Files"]
path = Files
url = https://github.com/HBCD/Files
3 changes: 3 additions & 0 deletions 3DPChip.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\3DPChip.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\3DPChip.7z
@start "" /D"%TEMP%\HBCD" "3DPChip.exe"
3 changes: 3 additions & 0 deletions 7-Zip.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\7zFM.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\7Zip.7z&copy /y 7z.* "%TEMP%\HBCD">nul
@start "" /D"%TEMP%\HBCD" "7zFM.exe"
Binary file added 7z.dll
Binary file not shown.
Binary file added 7z.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions ATFCleaner.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\ATFCleaner.7z
@start "" /D"%TEMP%\HBCD" "ATF-Cleaner.exe"
32 changes: 32 additions & 0 deletions AcronisDiskDirector.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@echo off
pushd "%~dp0"
if exist "%TEMP%\HBCD\DiskDirector.exe" goto c
if exist ..\Dos\ADDS.7z goto a
if exist ..\Boot\dos.img 7z.exe x -o"%TEMP%\HBCD" -y ..\Boot\dos.img ADDS.7z
if exist "%TEMP%\HBCD\ADDS.7z" 7z.exe x -o"%TEMP%\HBCD" -y "%TEMP%\HBCD\ADDS.7z"&goto d
title Acronis DiskDirector
echo This commercial application is not included in the package
echo Use HBCDCustomizer.exe and add HBCD\Dos\ADDS.7z
pause>nul
exit
:a
7z.exe x -o"%TEMP%\HBCD" -y ..\Dos\ADDS.7z
:d
if not exist "%TEMP%\HBCD\snapapi.dll" 7z.exe e -o"%TEMP%\HBCD" -y Files\SeagateDiscWizard.7z snapapi.dll
if "%COMPUTERNAME:~0,6%"=="MiniXP" goto z
echo Sorry but this only works from Mini Windows Xp
pause>nul
exit
:b
echo ADDS.7z does not contain DiskDirector.exe, Register.reg
pause>nul
exit
:z
rem 7zip xp.wim\i386\system32\drivers\snapman.sys
rem sc create snapman type= kernel start= boot binpath= "system32\drivers\snapman.sys"
rem sc start snapman
if not exist "%TEMP%\HBCD\diskdirector.exe" goto b
if not exist "%TEMP%\HBCD\parter.exe" ren "%TEMP%\HBCD\adds.exe" parter.exe
REG IMPORT "%TEMP%\HBCD\Register.reg"
:c
start "" /D"%TEMP%\HBCD" "DiskDirector.exe"
3 changes: 3 additions & 0 deletions AllUsersTempCleaner.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%SYSTEMROOT%" -y Files\Tools.7z TempFileCleaner.cmd
@start "" /D"%SYSTEMROOT%" "TempFileCleaner.cmd"
3 changes: 3 additions & 0 deletions AlternateStreamView.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd AlternateStreamView.*
@start "" /D"%TEMP%\HBCD" "AlternateStreamView.exe"
3 changes: 3 additions & 0 deletions AngryIPScanner.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD\IPScanner" -y -phbcd Files\AngryIPScanner.7z
@start "" /D"%TEMP%\HBCD\IPScanner" "ipscan.exe"
18 changes: 18 additions & 0 deletions AtlantisWord.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@echo off
pushd "%~dp0"
if exist "%TEMP%\HBCD\Atlantis.exe" goto z
7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd RunAsDate.*
7z.exe x -o"%TEMP%\HBCD" -y Files\Atlantis.7z
set ATLR=[\Software\Rising Sun Solutions, Inc.\Atlantis.1_x\
(
echo %ATLR%Internal]
echo AdviseAtStartUp=0
echo %ATLR%LoadSave]
echo ReloadDocs=0
REM echo %ATLR%RegInfo]
REM echo RegCode=XXXXXXXXXXXXX
REM echo RegTo=Shareware
)>"%TEMP%\HBCD\Atlantis.ini"
:z
start "" /D"%TEMP%\HBCD" "RunAsDate.exe" 01\01\2011 00:00:00 "%TEMP%\HBCD\Atlantis.exe" /lsi /ssi %*
exit
3 changes: 3 additions & 0 deletions AutoMountDrives.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\AutoMountDrives.7z
@if %showdh%!==! start "" /D"%TEMP%\HBCD" "AutoMountDrives.exe"
4 changes: 4 additions & 0 deletions AutoRuns.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z Autoruns.exe
@REG ADD HKCU\Software\Sysinternals\Autoruns /v EulaAccepted /t REG_DWORD /d 1 /f
@start "" /D"%TEMP%\HBCD" "autoruns.exe"
4 changes: 4 additions & 0 deletions Autologon.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z Autologon.exe
@REG ADD HKCU\Software\Sysinternals\Autologon /v EulaAccepted /t REG_DWORD /d 1 /f
@start "" /D"%TEMP%\HBCD" "Autologon.exe"
6 changes: 6 additions & 0 deletions AviraAntiVir.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@setlocal enableextensions
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD\Avira" -y Files\AviraAntiVir.7z
@copy /y 7z.* "%TEMP%\HBCD\Avira">nul
@if not exist %SystemRoot%\System32\msvcr90.dll 7z.exe x -o"%TEMP%\HBCD\Avira" -y Files\DLL.7z ms*90.dll
@start "" /D"%TEMP%\HBCD\Avira" "AviraScan.cmd" %~dp0
4 changes: 4 additions & 0 deletions BIOSMasterPasswordGenerator.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\BIOSMasterPasswordGenerator.7z
@start "" /D"%TEMP%\HBCD" "hero.html"
@start "" /D"%TEMP%\HBCD" "biosmasterpw.cmd"
3 changes: 3 additions & 0 deletions BartsStuffTest.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z bst*
@start "" /D"%TEMP%\HBCD" "bst5.exe"
4 changes: 4 additions & 0 deletions BattStat.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@if "%COMPUTERNAME:~0,6%"=="MiniXP" start "" /wait hwpnp.exe -all +ACPI\ACPI#$s=@Battery /p /u
@7z.exe x -o"%TEMP%\HBCD\BattStat" -y Files\BattStat.7z
@start "" /D"%TEMP%\HBCD\BattStat" "BattStat.exe"
3 changes: 3 additions & 0 deletions BellaVista.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\BellaVista.7z
@start "" /D"%TEMP%\HBCD" "BellaVista.exe"
3 changes: 3 additions & 0 deletions BlueScreenView.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BlueScreenView.*
@start "" /D"%TEMP%\HBCD" "BlueScreenView.exe"
3 changes: 3 additions & 0 deletions BootICE.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\BootIce.7z
@start "" /D"%TEMP%\HBCD" "BootIce.exe"
6 changes: 6 additions & 0 deletions BootSect.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@pushd "%~dp0"
@7z.exe e -o"%TEMP%\HBCD" -y Files\WinNTSetup.7z BootSect.exe
@cd /d "%TEMP%\HBCD"
@BootSect.exe /help>BootSect.txt
@start "" "%TEMP%\HBCD\BootSect.txt"
@cmd /k "%TEMP%\HBCD\BootSect.exe"
3 changes: 3 additions & 0 deletions BrowsingHistoryView.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\BrowsingHistoryView.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BrowsingHistoryView.*
@start "" /D"%TEMP%\HBCD" "BrowsingHistoryView.exe"
3 changes: 3 additions & 0 deletions BulkRenameUtility.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\Bulk Rename Utility.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\BulkRenameUtility.7z
@start "" /D"%TEMP%\HBCD" "Bulk Rename Utility.exe"
3 changes: 3 additions & 0 deletions BulletsPassView.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BulletsPassView.*
@start "" /D"%TEMP%\HBCD" "BulletsPassView.exe"
3 changes: 3 additions & 0 deletions CCleaner.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Piriform.7z c* w*
@start "" /D"%TEMP%\HBCD" "CCleaner.exe"
3 changes: 3 additions & 0 deletions CPUz.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\cpuz.7z
@start "" /D"%TEMP%\HBCD" "cpuz.exe"
3 changes: 3 additions & 0 deletions CPorts.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd cports.*
@start "" /D"%TEMP%\HBCD" "cports.exe"
3 changes: 3 additions & 0 deletions Calcute.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Calcute.7z
@start "" /D"%TEMP%\HBCD" "Calcute.exe"
9 changes: 9 additions & 0 deletions CheckDisk.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
echo list vol|diskpart|find /i /v "diskpart"|find /v "Corporation"|find /v "On computer"
echo.
:a
For %%I IN (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO for /f "tokens=4,6*" %%k in ('vol %%I: 2^>nul^|find "drive"') do echo %%k - %%l %%m
set drv=C
set /p drv=Enter a Drive Letter Only ( Example. C ):
chkdsk.exe %drv%: /f /x
goto a
5 changes: 5 additions & 0 deletions ClamWinFreeAntivirus.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@setlocal enableextensions
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD\ClamWin" -y Files\ClamWin.7z
@copy /y 7z.* "%TEMP%\HBCD\ClamWin">nul
@start "" /B /D"%TEMP%\HBCD\ClamWin" "StartCW.cmd" %~dp0
3 changes: 3 additions & 0 deletions Cleanup.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Cleanup.7z
@start "" /D"%TEMP%\HBCD" "Cleanup.exe"
3 changes: 3 additions & 0 deletions ClearLock.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\ClearLock.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\ClearLock.7z
@start "" /D"%TEMP%\HBCD" "ClearLock.exe"
3 changes: 3 additions & 0 deletions CloneDisk.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\CloneDisk.7z
@start "" /D"%TEMP%\HBCD" "CloneDisk.exe"
3 changes: 3 additions & 0 deletions CloneSpy.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\CloneSpy.7z
@start "" /D"%TEMP%\HBCD" "CloneSpy.exe"
6 changes: 6 additions & 0 deletions ComboFix.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@pushd "%~dp0"
@title ComboFix
@if "%COMPUTERNAME:~0,6%"=="MiniXP" echo This program does not work from MiniXP&echo You can run it from your installed Windows XP/Vista/7 (try from Safe Mode)&pause
@copy /y ComboFix.exe "%temp%\explorer.exe"
@CD /D "%temp%"
@START "" "%temp%\explorer.exe"
Binary file added ComboFix.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions CompleteInternetRepair.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\CompleteInternetRepair.7z
@start "" /D"%TEMP%\HBCD" "CIntRep.exe"
3 changes: 3 additions & 0 deletions ContentAdvisorPasswordRemover.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd conadvpass.*
@start "" /D"%TEMP%\HBCD" "conadvpass.exe"
3 changes: 3 additions & 0 deletions CopyWipe.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\CopyWipeW.7z
@start "" /D"%TEMP%\HBCD" "CopyWipeW.exe"
4 changes: 4 additions & 0 deletions CrystalDiskInfo.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@if not exist "%TEMP%\HBCD\DiskInfo.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\CrystalDiskInfo.7z
@if "%COMPUTERNAME:~0,6%"=="MiniXP" echo This program requires Internet Explorer so does not work from MiniXP&echo copy mshtml.tlb and mshtml.dll from xp and register the dll and try it.&pause
@start "" /D"%TEMP%\HBCD" "DiskInfo.exe"
3 changes: 3 additions & 0 deletions DTemp.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z dtemp*
@start "" /D"%TEMP%\HBCD" "dtemp.exe"
3 changes: 3 additions & 0 deletions DataRescueDD.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\DataRescueDD.7z
@start "" /D"%TEMP%\HBCD" "drdd.exe"
4 changes: 4 additions & 0 deletions Defraggler.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Piriform.7z d*
@REG ADD HKCU\Software\Piriform\Defraggler /v UpdateCheck /t REG_DWORD /d 0 /f
@start "" /D"%TEMP%\HBCD" "Defraggler.exe"
4 changes: 4 additions & 0 deletions DeleteDoctor.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z deletedr.exe
@start "" /D"%TEMP%\HBCD" "deletedr.exe"
@cls&echo Hint:&echo You can also use DiskGenius (from partition tools) to delete invalid files&pause>nul
1 change: 1 addition & 0 deletions DeleteTempHBCD.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@rmdir /s /q "%TEMP%\HBCD"
3 changes: 3 additions & 0 deletions DependencyWalker.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\DependencyWalker.7z
@start "" /D"%TEMP%\HBCD" "depends.exe"
3 changes: 3 additions & 0 deletions DeviceDoctor.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD\DeviceDoctor" -y Files\DeviceDoctor.7z
@start "" /Min /D"%TEMP%\HBCD\DeviceDoctor" "StartDevDr.cmd"
3 changes: 3 additions & 0 deletions DialAFix.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\dialafix.7z
@start "" /D"%TEMP%\HBCD" "dialafix.exe"
3 changes: 3 additions & 0 deletions Dialupass.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd Dialupass.*
@start "" /D"%TEMP%\HBCD" "Dialupass.exe"
23 changes: 23 additions & 0 deletions DisableAutorun.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
pushd "%~dp0"
Set _reg="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf"
REG QUERY %_reg%>NUL
if errorlevel 1 goto d
echo *** UNDO ***
echo Enable USB Autorun
echo.
echo Press any key to confirm (or close this window to cancel)
pause>nul
REG DELETE %_reg% /f
goto x
:d
cls
echo Disable USB Autorun to Save PC from USB Viruses
echo.
echo Press any key to confirm (or close this window to cancel)
pause>nul
REG ADD %_reg% /ve /d "@SYS:DoesNotExist" /f
:x
echo.
echo Press any key to EXIT
pause>nul
6 changes: 6 additions & 0 deletions DisableCompressOldFiles.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@pushd "%~dp0"
@echo Disable Compress Old Files (This is useful when XP Disk Cleanup Tool Stops Responding While Compressing Old Files)
@echo.
@REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files"
@echo Press any key to EXIT
@pause>nul
3 changes: 3 additions & 0 deletions DiskCryptor.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\DiskCryptor.7z
@start "" /D"%TEMP%\HBCD" "dcrypt.exe"
3 changes: 3 additions & 0 deletions DiskDigger.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\DiskDigger.7z
@start "" /D"%TEMP%\HBCD" "DiskDigger.exe"
7 changes: 7 additions & 0 deletions DiskGenius.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
pushd "%~dp0"
if exist "%TEMP%\HBCD\DiskGenius.exe" goto z
7z.exe x -o"%TEMP%\HBCD" -y Files\DiskGenius.7z
7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd RunAsDate.exe
:z
start "" /D"%TEMP%\HBCD" "RunAsDate.exe" 14\02\2005 "%TEMP%\HBCD\DiskGenius.exe"
3 changes: 3 additions & 0 deletions DiskImage.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DiskImage.exe
@start "" /D"%TEMP%\HBCD" "DiskImage.exe"
14 changes: 14 additions & 0 deletions DiskMan4.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@echo off
pushd "%~dp0"
if exist ..\Dos\BiosBoot.7z goto a
if exist ..\Boot\dos.img 7z.exe x -o"%TEMP%\HBCD" -y ..\Boot\dos.img BiosBoot.7z
if exist "%TEMP%\HBCD\BiosBoot.7z" 7z.exe x -o"%TEMP%\HBCD" -y "%TEMP%\HBCD\BiosBoot.7z"&goto b
echo File Missing: HBCD\Dos\BiosBoot.7z&pause>nul&exit
:a
7z.exe x -o"%TEMP%\HBCD" -y ..\Dos\BiosBoot.7z d*
:b
cd /d "%TEMP%\HBCD"
echo.|diskman4.exe>diskman4.txt
start "" "%TEMP%\HBCD\diskman4.txt"
start "diskman4.exe" /D"%TEMP%\HBCD" "cmd.exe /k "%TEMP%\HBCD\diskman4.exe"
pause
3 changes: 3 additions & 0 deletions DiskSpeed.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DskSpeed.exe
@start "" /D"%TEMP%\HBCD" "DskSpeed.exe"
4 changes: 4 additions & 0 deletions DiskView.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z DiskView.exe
@REG ADD HKCU\Software\Sysinternals\DiskView /v EulaAccepted /t REG_DWORD /d 1 /f
@start "" /D"%TEMP%\HBCD" "DiskView.exe"
3 changes: 3 additions & 0 deletions DiskWipe.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DiskWipe.exe
@start "" /D"%TEMP%\HBCD" "DiskWipe.exe"
7 changes: 7 additions & 0 deletions DontSleep.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
pushd "%~dp0"
if exist "%TEMP%\HBCD\DontSleep.exe" goto a
7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z DontSleep.exe
(echo [Program]&echo block_screensaver=0)>"%TEMP%\HBCD\DontSleep.ini"
:a
start "" /D"%TEMP%\HBCD" "DontSleep.exe"
3 changes: 3 additions & 0 deletions DoubleDriver.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\DoubleDriver.7z
@start "" /D"%TEMP%\HBCD" "dd.exe"
Loading

0 comments on commit d5b0e8d

Please sign in to comment.