I'm almost finished making a script to save the config. files of those programs that use them to another 2 locations for "safe keeping".
This is my last "hurdle".
In my email program folder I want to save just the folders to another location, not the program files, e.g.,
pocomail.exe
accounts.ini
etc. etc
I have copied these files over & overwrote the existing files, then set MSched to delete them, but I really don't want to copy them over in the first place. That's because I downloaded a (then) new version, installed it. Tried it, it looked good, so I saved all the files a folders.
the program had a big bug. I had to re-install the previous version. And any other possible mistakes I might well make.
Can I just copy over to another location only the folders.
I searched the forum & scripts, didn't see anything on this, but I found a couple of great usefull scripts, but not connected with this "problem".
thank you in advance.
Can I save folders & not files
Moderators: Dorian (MJT support), JRL
Can I save folders & not files
Thank you.
Have a good day
Ian
Have a good day
Ian
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
thanks Bob,
I thought of a way to do it in work this morning.
I just went into each folder, did a copy file using a wildcard, then copied to the same folder in another drive.
thus:-
DeleteFile>I:\C\windows\PocoMail3\Mail\*.*
copyFile>C:\Program Files\PocoMail3\Mail\*.*,I:\Windows\PocoMail3\Mail\
I tried it before I came into this super forum, it works.
however, I'm going to use your suggestion to see how it works.
Again, thanks heaps.
I thought of a way to do it in work this morning.
I just went into each folder, did a copy file using a wildcard, then copied to the same folder in another drive.
thus:-
DeleteFile>I:\C\windows\PocoMail3\Mail\*.*
copyFile>C:\Program Files\PocoMail3\Mail\*.*,I:\Windows\PocoMail3\Mail\
I tried it before I came into this super forum, it works.
however, I'm going to use your suggestion to see how it works.
Again, thanks heaps.
Thank you.
Have a good day
Ian
Have a good day
Ian