Findtarget Videos
 

videos

 
Search for Video:   
 
Watch Online Videos
Video Categories
Your Video Preview
Your Video Details:

picture tumbnail for videoHow to add side-click options
Autor: Stardust342
Lenght: 5 minutes, 28 seconds
Rating:     1 start
Description: In this video, we will tweak the Registry and create a MS-DOS file. Here is the code for delete script. :) .... @echo off set /p var=Delete %1 [Y/N]? IF %var% == Y del %1 IF %var% == y del %1 IF %var% == n exit/ IF %var% == N exit/ SAVE AS reg.bat