sure, that's what I need to do. if a file changes then I2ll replace with original one...
when you say that, I thought I cannot do what I need with this software right ?
if a file changes, I'll replace it with original one from another folder.
can you confirm that ? or is there a possible way ...
Search found 3 matches
- Mon Nov 14, 2011 8:00 am
- Forum: FileWatcher Support
- Topic: FileWatcher under Windows7 Pro
- Replies: 9
- Views: 56416
- Fri Nov 11, 2011 9:32 pm
- Forum: FileWatcher Support
- Topic: FileWatcher under Windows7 Pro
- Replies: 9
- Views: 56416
Re: FileWatcher under Windows7 Pro
bat file content is simple. I added "pause" and "echo" commands to keep command window open and see the results. as far as I see nothing worung and it does the job.
copy "D:\Aykut\AC_Desktop\orj\%1" "D:\Aykut\AC_Desktop\aaa"
ah, and I used %FILENAME% instead of %FILE% in application.
copy "D:\Aykut\AC_Desktop\orj\%1" "D:\Aykut\AC_Desktop\aaa"
ah, and I used %FILENAME% instead of %FILE% in application.
- Thu Nov 10, 2011 10:19 pm
- Forum: FileWatcher Support
- Topic: FileWatcher under Windows7 Pro
- Replies: 9
- Views: 56416
Re: FileWatcher under Windows7 Pro
same thin happens to me... this is not even ftp, just a simple test try.
I have a txt file in on folder and when it changes I want to replace it with original one from other folder. bat file works fine. when I change txt file with notepad, bat file runs and copies the file from original location ...
I have a txt file in on folder and when it changes I want to replace it with original one from other folder. bat file works fine. when I change txt file with notepad, bat file runs and copies the file from original location ...