fungusware

Fungusware Help Forum
It is currently Fri Dec 25, 2009 8:47 am



Welcome
Welcome to <strong>Fungusware</strong>.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!


Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Emptying folder source ?
PostPosted: Wed Aug 06, 2008 5:11 am 
Offline

Joined: Tue Aug 05, 2008 6:42 pm
Posts: 2
Hi,
how can I clean a folder after a backup.
I need to backup a folder everyday and to empty the folder source.
I have see a remove icone on the screenshot but I can't find it, what is the procedure ?
Thanks for answer.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 21, 2008 10:41 am 
Offline
Site Admin

Joined: Thu Jul 26, 2007 9:51 pm
Posts: 46
Hi,

Thanks for using LojiklSweep. Your correct in noticing the screen shot. This used to be a feature of LojkilSweep but strangely enough it confused a lot of ppl and most agreed it should be removed.

One thing you could do is write a batch file that empties the folder you want. The batch file can be set to run as one of the Advanced Processing options when a sweep has completed.

Hope that helps.


Top
 Profile  
 
 Post subject: Re: Emptying folder source ?
PostPosted: Wed Aug 27, 2008 5:29 am 
Offline

Joined: Tue Aug 05, 2008 6:42 pm
Posts: 2
Thanks for your answer.
I don't know how to write a batch file. Can you give me the content of this file.
Is it something like that :
@echo off
del %temp%\*.* /F/S
echo

????
Thanks again


Top
 Profile  
 
 Post subject: Re: Emptying folder source ?
PostPosted: Fri Oct 10, 2008 9:43 am 
Offline
Site Admin

Joined: Thu Jul 26, 2007 9:51 pm
Posts: 46
Hi,

Yes, your example was quite correct. Here for example, I want to clear the contents of C:\Fungusware\Code\My Examples

You would use

@echo off
del "C:\Fungusware\Code\My Examples\*.*" /F /S /Q



The /Q forces Silent mode so that it wont wait to ask you questions

Cheers.

P.S Sorry for the delayed response.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron