|
Answer» I have WINDOWS XP SP2. Is it possible to create a FILE with a limited size. I also want that the file is automatically CLEANED after 24hour. I would like to do that with build in windows options.(Without any other PROGRAM that I need to install.) Is this possible?
Thanks in advance
Jonas a batch file need to run whole the time and you ll have a black window. or can you create a hidden batch file? then my batch file would be:(I would have to save it into Programs/startup)
@echo off cls :Begin If exist E:/printer/temp del /s /q E:/printer/temp MD E:/printer/temp WAIT -t 3600 GOTO Begin
Is this a good batch file? (accept that I don't know how you can SET a delay time.and its not hidden)I just learned how to create a batch file sow my apologies if its very bad.
I want to use E:/printer/temp as a temporary file were we can copie documents that we have to print on the main computer. The printer sharing doesn't work but file sharing does.
Sow that's my explanation for my request.Is this info that can be use for wrong purpose ? If this is true I'll remove this topic wright away.
|