Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Overwrite Files
Name: Skeeterhawk Date: April 22, 2009 at 11:49:52 Pacific OS: Windows XP Subcategory: General
Comment:
I need help with a script that installs file in folder on my C:\TEST. The script run and it works but I would like the script to overwrite last week install files. Any idea what I should do or what text I'm missing in the script? I'm converting an .AU3 to .exe.
FileInstall("C:\Documents and Settings\name\My Documents\Test Update files\Checking user activity in test.pdf", "C:\Checking user activity in Test.pdf")
Summary: Hi, I wrote here a while ago regarding how to overwrite files with a specific extension in a folder and all it's subdirectories. I wondered if it is possible to do this completely from a C++ app as I'...
Summary: Rajesh, Ok, let me understand your problem. Am I right when I say "you want to copy files from one directory to another directory recursively and prompting the user after each file is copied?" If that...
Summary: wow! the windows batch code looks defenately horrible comparing to .bash or .perl hehe Sorry, but still the way it adds prefixes is not good, it can easily overwrite files because it does not add all ...