Search found 6 matches

by bartlo
27 Nov 2013 03:58
Forum: DOS Batch Forum
Topic: copy only 1 newest file
Replies: 1
Views: 1193

copy only 1 newest file

hello

could you please support me with i think simple for you think.

I need to copy only 1 newest (just created by other program) file.


( also in the file name is date and time if it is helpfull - Delivery_20131121_145738_SSQ.txt )

thanks in advance
by bartlo
02 May 2013 01:36
Forum: DOS Batch Forum
Topic: Copy /pack files with same part of name...
Replies: 7
Views: 3532

Re: Copy /pack files with same part of name...

It is working perfectly - THANK YOU !!!
by bartlo
22 Apr 2013 02:20
Forum: DOS Batch Forum
Topic: Copy /pack files with same part of name...
Replies: 7
Views: 3532

Re: Copy /pack files with same part of name...

Thank you it doesn`t work ( I change :loop place and cuted lenght check so is ok now) @echo off & setlocal enableextensions set "file=" set /P "file=Enter date to export: " :checknumbers echo check for only numbers set "file=" set /P "file=Enter date to export:...
by bartlo
21 Apr 2013 13:12
Forum: DOS Batch Forum
Topic: Copy /pack files with same part of name...
Replies: 7
Views: 3532

Re: Copy /pack files with same part of name...

Already have this: @echo off & setlocal enableextensions set /P file="Enter date to export:" 7z a archive%file%.zip e:\1111\*%file%*.xml Echo %file% :END exit now need somethink to: 1) secure user to not enter for example "1" or "*" on the date ( it will compress al...
by bartlo
21 Apr 2013 12:01
Forum: DOS Batch Forum
Topic: Copy /pack files with same part of name...
Replies: 7
Views: 3532

Re: Copy /pack files with same part of name...

Thank you for answer

1) original files should stay
2) I can use 7zip or pkzip it doean`t matter once it is free software
3) yes - it can ask for next one date

Best regards
Bartek
by bartlo
21 Apr 2013 06:13
Forum: DOS Batch Forum
Topic: Copy /pack files with same part of name...
Replies: 7
Views: 3532

Copy /pack files with same part of name...

Hello Could you please support me with such problem: I hane in one catalogue lots of files with date in name format like myname20130421_1426.xml ( those files are generated automaticly in random time however during a day it is over 300 new) I want to make script that: 1) script is asking " echo...