deleting disk quota entry
Hi everyone,
I need help on deleting an already existing quota entry in MS Windows XP. I used java to run the commands available in FSUTIL QUOTA in CMD and I was able to create and modify quota...
The problem is that I cannot delete an already existing quota entry using java... I used a vbscript to do that from MS Windows website my advisor insisted that I should use java directly to do so. I've searched every where, but no results... Can any body help pleeeeeeeeeeease!?
[495 byte] By [
MAKa] at [2007-10-2 16:37:56]

> I used java to run the commands available in FSUTIL QUOTA in CMD
> and I was able to create and modify quota...
You mean with Runtime.getRuntime().exec(...)?
> my advisor insisted that I should use java directly to do so.
Then you probably need to write your own native method.
See: http://java.sun.com/j2se/1.4.2/docs/guide/jni/index.html
Try posting your next question in a more appropriate section of the forum. This has not much to do with algorithms. The Fundamentals section is probably a better place: http://forum.java.sun.com/category.jspa?categoryID=5
Good luck.