[mapserver-users] How to clean MapServer's map output images in temporary folder automatically?
Hankley, Chip
Chip.Hankley at GASAI.Com
Tue Jul 30 09:14:15 PDT 2002
If you're in windows NT or 2000, you can use the "scheduled tasks" feature
(START->settings->control panel->scheduled tasks in win2k) to execute a
batch file. My batch file is pretty simple:
del C:\Inetpub\wwwroot\tmp\*.PNG
del C:\Inetpub\wwwroot\tmp\*.GIF
del C:\Inetpub\wwwroot\tmp\*.JPG
del C:\Inetpub\wwwroot\tmp\*.JPEG
... could just as easiley be
del C:\Inetpub\wwwroot\tmp\*.*
-----Original Message-----
From: Hisaji ONO [mailto:hi-ono at mn.xdsl.ne.jp]
Sent: Tuesday, July 30, 2002 10:35 AM
To: mapserver-users at lists.gis.umn.edu
Subject: [mapserver-users] How to clean MapServer's map output images in
temporary folder automatically?
Hello.
As I used MapServer & MapScript every day, I have a lot fo used MapServer's
map output images in temporary folder?
Could you tell me any tool to clean them off automatically?
Best Regards.
More information about the MapServer-users
mailing list