Note : Keep folder jill .
public class hidedir
{
public static void main(String[] args) throws Exception
{
String cmd="attrib +h C:/Users/Flutebala/Desktop/jill";
Runtime.getRuntime().exec(cmd);
}
}
public class hidedir
{
public static void main(String[] args) throws Exception
{
String cmd="attrib +h C:/Users/Flutebala/Desktop/jill";
Runtime.getRuntime().exec(cmd);
}
}
No comments:
Post a Comment