Sure thing:
Let>CF_OVERWRITE=1
CopyFile>c:\program files\tapwatch2\databases\twmain.???,\\Ringo\c$\program files\tapwatch2\databases\twmain.???
Whereas the ???s represent the file extensions for that file. When I type mdb it appears in blue as a command rather than a file extension.
Search found 5 matches
- Fri Aug 18, 2006 3:34 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18950
- Fri Aug 18, 2006 2:46 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18950
Awesome! The $ symbol worked. However, it leads me to a final question...I promise! The file I am trying to copy is a Microsoft Access Application db file. The normal extension is .MDB for that type of file. How should I address that in the script? When I type "mdb" it seems to mistake that for some...
- Thu Aug 17, 2006 7:10 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18950
Thank you very much for your responses. That is working fine for me. If anyone is up for another simple challenge, I would like to copy a file over our network from that workstation to several others. I am not sure how to properly identify the other workstations?? This is how I have it set up now, b...
- Thu Aug 17, 2006 4:21 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18950
CF_Overwrite
I was experiencing the same problem and added Let>CF_OVERWRITE=1 to my macro, but it still keeps adding a copy of the file rather than writing over it. When I open the macro in editor and view the script details on the right of the split screen, it still appears as CF_OVERWRITE=0. I am at a loss her...
- Mon Jul 24, 2006 9:52 pm
- Forum: Beginners
- Topic: Macros work during the day, but not at night as scheduled...
- Replies: 1
- Views: 3628
Macros work during the day, but not at night as scheduled...
I have been pulling my hair out with an issue for more than a week here. I have a software program that dials sites and downloads data for our business. That software actually has an autodownload executable, which I simply have to paste into Scheduler following the RUN PROGRAM command, type one spac...