Search found 5 matches

by Jumpman
06 Nov 2011 14:58
Forum: DOS Batch Forum
Topic: FTP Download New Files
Replies: 2
Views: 3743

Re: FTP Download New Files

I thought all the experts held to this forum
by Jumpman
06 Nov 2011 05:24
Forum: DOS Batch Forum
Topic: autozip.bat
Replies: 2
Views: 3777

Re: autozip.bat

Thanks, but it was separated zip files i needed from every map i have on our server. I fix it with this every thing work now. set _folder_in_ffa="E:\Dokumenter\Office\Server\autodemos\demos\ffa\" set _folder_out_ffa="E:\Dokumenter\Office\Server\autodemos\demos\ffa\" set _folder_i...
by Jumpman
01 Nov 2011 08:10
Forum: DOS Batch Forum
Topic: autozip.bat
Replies: 2
Views: 3777

autozip.bat

Hi I have som demo files from our counter-strike server i want to zip before uploading them to our webhotel so our members can download them my code i use from other site just with my settings look like this. @setlocal @echo off set path="D:\Programmer\WinRAR\";%path% FOR %%A IN (%DATE:/=%...
by Jumpman
30 Oct 2011 11:35
Forum: DOS Batch Forum
Topic: FTP Download New Files
Replies: 2
Views: 3743

Re: FTP Download New Files

Nobody can help with this ?
by Jumpman
25 Oct 2011 16:05
Forum: DOS Batch Forum
Topic: FTP Download New Files
Replies: 2
Views: 3743

FTP Download New Files

Hi, sorry my bad english. I found this bat to get the latest files from my server to my local server, and it works very well, but it deletes all files after downloading files from remote server, I need it to not delete files that are created within last 24 hours and then delete all other files, can ...