[mapserver-users] How to clean MapServer's map output images
in temporary folder automatically?
Hankley, Chip
Chip.Hankley@GASAI.Com
Tue, 30 Jul 2002 11:14:15 -0500
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@mn.xdsl.ne.jp]
Sent: Tuesday, July 30, 2002 10:35 AM
To: mapserver-users@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.