@echo off
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Point Blank ID" reg1.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Z-Launcher(ID)" reg2.reg
copy /Y reg*.reg final.reg
del reg*.reg
exit
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Point Blank ID" reg1.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Z-Launcher(ID)" reg2.reg
copy /Y reg*.reg final.reg
del reg*.reg
exit
- Create second batch file :
@echo off
regedit /s final.reg
start "" "Z-Launcher(ID)\ZLauncher.exe"
exit
regedit /s final.reg
start "" "Z-Launcher(ID)\ZLauncher.exe"
exit
- Then save it as "zlauncher.bat". Use it as diskless launcher.

No comments:
Post a Comment