Thread
:
Make file invisble
View Single Post
17-12-2007, 12:02 PM
#
3
(
permalink
)
vaibhavtek
Guest
Posts: n/a
Re: Make file invisble
Type this:-
@echo off
cls
attrib +r +h +s C:\a.txt
exit
drive letter in my tut says location of the drive and ur file location is C:
Hope u understand what i mean.