Search found 5 matches
- 24 Jan 2015 09:45
- Forum: DOS Batch Forum
- Topic: Help creating a program to copy data from last 24 hours
- Replies: 13
- Views: 10719
Re: Help creating a program to copy data from last 24 hours
If you can use third party programs, XXcopy has relative time options. You can do minutes and hours with it. Since you did not comment about my suggestion I assume this means no? Hi, thx for the suggestion, preferably i would want to use a batch file, as I cant access the web through the company pc...
- 24 Jan 2015 06:38
- Forum: DOS Batch Forum
- Topic: Help creating a program to copy data from last 24 hours
- Replies: 13
- Views: 10719
Re: Help creating a program to copy data from last 24 hours
foxidrive wrote:It fails in XP powershell here too.
Which OS does your company machine use?
windows xp, im trying it out on my windows 7 laptop right now, any idea how to fix this?
- 24 Jan 2015 05:33
- Forum: DOS Batch Forum
- Topic: Help creating a program to copy data from last 24 hours
- Replies: 13
- Views: 10719
Re: Help creating a program to copy data from last 24 hours
@foxidrive hi, thx for the reply, i tried the script on my laptop, not on my company pc, and the script didnt work, at the first line it said C:\Test\data\Get child item: A parameter cannot be found that matches parameter name 'file' @echo off :: lists files in the last 24 hours set "file=%temp...
- 24 Jan 2015 03:25
- Forum: DOS Batch Forum
- Topic: Help creating a program to copy data from last 24 hours
- Replies: 13
- Views: 10719
Re: Help creating a program to copy data from last 24 hours
@foxidrive what should I do after listing the files?
does this work with xp?
sorry really a noob in this
does this work with xp?
sorry really a noob in this
- 23 Jan 2015 23:36
- Forum: DOS Batch Forum
- Topic: Help creating a program to copy data from last 24 hours
- Replies: 13
- Views: 10719
Help creating a program to copy data from last 24 hours
Hi all, newbie here, I need help to create a batch file that will copy data (log files) from one folder to another from the last 24 hours to the current time the batch file was run/open. Previously, I have used this code and it worked, however this code is deficient as it only copy the log files bas...