I would post this in the automation, scripting and MSDOS TAs for more answers.
Main Topics
Browse All TopicsI have 26 people with laptops roaming around the nation, creating special configurations on customer computers. These config files are small (70k), and always have an extension of CFG. We keep these config files in a central repository on my home pc. Folks are supposed to email these to me periodically, but they forget. We had an incident where the customer pc went down and so did our person's laptop, so we lost the config.
How can I create a program that will scan the laptop, find the config files, zip them, and email them to me when they hook up to the internet? If there is a way to do this, what are the steps? This program does not need to be hidden.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi SysExpert,
thanks for the reply. I am reading the Blat info now. Can I use Blat in a batch file? If so, if my email address is leechipturner@gmail.com, would I tell qzip to search for *.cfg files, then have Blat email the resulting file to leechipturner@gmail.com? What would the syntax be?
Also, how do I move a question to automation? Do I delete this one, and create another one?
thanks!
Hi SysExpert,
thanks for the reply. I am reading the Blat info now. Can I use Blat in a batch file? If so, if my email address is leechipturner@gmail.com, would I tell qzip to search for *.cfg files, then have Blat email the resulting file to leechipturner@gmail.com? What would the syntax be?
Also, how do I move a question to automation? Do I delete this one, and create another one?
thanks!
Hi SysExpert,
thanks for the reply. I am reading the Blat info now. Can I use Blat in a batch file? If so, if my email address is leechipturner@gmail.com, would I tell qzip to search for *.cfg files, then have Blat email the resulting file to leechipturner@gmail.com? What would the syntax be?
Also, how do I move a question to automation? Do I delete this one, and create another one?
thanks!
Hi SysExpert,
thanks for the reply. I am reading the Blat info now. Can I use Blat in a batch file? If so, if my email address is leechipturner@gmail.com, would I tell qzip to search for *.cfg files, then have Blat email the resulting file to leechipturner@gmail.com? What would the syntax be?
Also, how do I move a question to automation? Do I delete this one, and create another one?
thanks!
Business Accounts
Answer for Membership
by: SysExpertPosted on 2008-11-12 at 08:24:36ID: 22941177
not that easy.
You could have them either run a periodic scheduled task for this or manually run it via a batch file.
Trying to do it just when they have an internet connection may be more difficult, but a scheduled task can probably check for connectivity and then run if it finds it can connect.
BLAT is a command line mailer that can send files, or a VBS script can be used via outlook.
Use the Free zip32 or gzip programs from a command line to grab the cfg files.
I hope this helps !