@echo off echo mLock will be copied to c:\Program Files echo If this folder does not exist then you must stop here. echo You must edit this batch file with notepad echo and change the two lines that mention "Program Files" echo so they point to the correct location. echo You can abort the batch file by closing the DOS window or pressing CTRL-C echo Is it OK to continue? pause echo * echo You can make a shortcut to "c:\Program Files\mLock.exe" to your desktop so you can run the program easily. @echo * @echo * copy mLock.exe "c:\Program Files\mLock.exe" echo Windows Registry Editor Version 5.00 >mlock1.reg echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >>mlock1.reg echo "mLock"="c:\\Program Files\\mLock.exe" >>mlock1.reg regedit mlock1.reg