F
fitwell
Hi, gang!
Well, I'm still as busy as ever. (If there was a God, I'd ask to pls
let us clerks go back to simpler times!) When I started working 21
years ago, never thought things would be so tough! I often do work at
home now. I'm just a clerk, for goodness sake! <lol>
Anyhoo, I just got plain fed up with manually backing up my
toolbar/standard templates every couple of weeks that I went looking
for a backup app yesterday/today. I searched and searched. I dl
Mehul's again; it is good but it didn't do what I needed in the way I
needed. This morning I did up a quick bat file that will do the job
until I find something better.
Here it is, in case anyone else can use (modify however you want:
************************************************************
@echo off
:: This file backs up your toolbars and standard templates to a floppy.
:: basic line of code: copy "" a:\BU\*.*
echo MAKE SURE Outlook is not running so that all the files can be
backed up!
echo
------------------------------------------------------------------------
:: Creating the folder for the backups
md a:\BU
:: BACKUP of file(s) for WORDPERFECT:
:: Basic template (contains toolbar backup):
copy "C:\WINDOWS\Application Data\Corel\PerfectExpert\10\Custom WP
Templates\wp10CE.wpt" a:\BU\*.*
:: BACKUP of file(s) for EXCEL:
:: Basic template (found in the XLStart folder:
copy "C:\WINDOWS\Application Data\Microsoft\Excel\XLSTART\Book.xlt"
a:\BU\*.*
:: Toolbars:
copy "C:\WINDOWS\Application Data\Microsoft\Excel\Excel.xlb" a:\BU\*.*
:: BACKUP of file(s) for POWERPOINT:
copy "C:\WINDOWS\Application Data\Microsoft\PowerPoint\PPT.pcb"
a:\BU\*.*
:: BACKUP of file(s) for WORD:
:: Basic template (contains toolbar backup):
copy "C:\WINDOWS\Application Data\Microsoft\Templates\Normal.dot"
a:\BU\*.*
:: BACKUP of file(s) for OUTLOOK (make sure Outlook is not running):
:: Toolbars:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\outcmd.dat"
a:\BU\*.*
:: Settings files:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\MS Exchange
Settings.NICK
" a:\BU\*.*
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\MS Exchange
Settings.RWZ" a:\BU\*.*
:: Custom dictionary:
copy "C:\WINDOWS\Application Data\Microsoft\Proof\CUSTOM.DIC"
a:\BU\*.*
:: Print settings:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\OutlPrnt"
a:\BU\*.*
:: VIEWS (when views are customized, they're saved here):
:: copy "c:\...\views.dat" a:\BU\*.*
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
echo -----------------------------------------
echo Backup jobs are done.
echo -----------------------------------------
echo (See any messages for errors.)
:end
exit
************************************************************
The paths will need modifying. Also, you might not need the same apps
to be backed up.
-=-=-=-=-=-=-=-=
If anyone comes across a simple, no install, small program that does
this with a gui (like Mehul's would without the limitations I've run
across), then pls let me know. I tested out all my backup apps again
and no go. I'm not allowed to install stuff at the office so a
standalone would be great. p.s., Bask, Mehul's, MOB and several
others didn't do the job.
I did a search for about an hour on the archives on this ng, and I
didn't see anything there, either. But that's the nature of doing
searches. It's better to get advice from people as they know what
you're looking for and can judge whether or not the recommendation
might fit the bill.
So basically what's needed is an app that does the above but that is
standalone and has a gui, but that allows for easy input of data.
Thanks everyone! Appreciate any help.
Well, I'm still as busy as ever. (If there was a God, I'd ask to pls
let us clerks go back to simpler times!) When I started working 21
years ago, never thought things would be so tough! I often do work at
home now. I'm just a clerk, for goodness sake! <lol>
Anyhoo, I just got plain fed up with manually backing up my
toolbar/standard templates every couple of weeks that I went looking
for a backup app yesterday/today. I searched and searched. I dl
Mehul's again; it is good but it didn't do what I needed in the way I
needed. This morning I did up a quick bat file that will do the job
until I find something better.
Here it is, in case anyone else can use (modify however you want:
************************************************************
@echo off
:: This file backs up your toolbars and standard templates to a floppy.
:: basic line of code: copy "" a:\BU\*.*
echo MAKE SURE Outlook is not running so that all the files can be
backed up!
echo
------------------------------------------------------------------------
:: Creating the folder for the backups
md a:\BU
:: BACKUP of file(s) for WORDPERFECT:
:: Basic template (contains toolbar backup):
copy "C:\WINDOWS\Application Data\Corel\PerfectExpert\10\Custom WP
Templates\wp10CE.wpt" a:\BU\*.*
:: BACKUP of file(s) for EXCEL:
:: Basic template (found in the XLStart folder:
copy "C:\WINDOWS\Application Data\Microsoft\Excel\XLSTART\Book.xlt"
a:\BU\*.*
:: Toolbars:
copy "C:\WINDOWS\Application Data\Microsoft\Excel\Excel.xlb" a:\BU\*.*
:: BACKUP of file(s) for POWERPOINT:
copy "C:\WINDOWS\Application Data\Microsoft\PowerPoint\PPT.pcb"
a:\BU\*.*
:: BACKUP of file(s) for WORD:
:: Basic template (contains toolbar backup):
copy "C:\WINDOWS\Application Data\Microsoft\Templates\Normal.dot"
a:\BU\*.*
:: BACKUP of file(s) for OUTLOOK (make sure Outlook is not running):
:: Toolbars:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\outcmd.dat"
a:\BU\*.*
:: Settings files:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\MS Exchange
Settings.NICK
" a:\BU\*.*
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\MS Exchange
Settings.RWZ" a:\BU\*.*
:: Custom dictionary:
copy "C:\WINDOWS\Application Data\Microsoft\Proof\CUSTOM.DIC"
a:\BU\*.*
:: Print settings:
copy "C:\WINDOWS\Application Data\Microsoft\Outlook\OutlPrnt"
a:\BU\*.*
:: VIEWS (when views are customized, they're saved here):
:: copy "c:\...\views.dat" a:\BU\*.*
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
:: BACKUP of file(s) for :
echo -----------------------------------------
echo Backup jobs are done.
echo -----------------------------------------
echo (See any messages for errors.)
:end
exit
************************************************************
The paths will need modifying. Also, you might not need the same apps
to be backed up.
-=-=-=-=-=-=-=-=
If anyone comes across a simple, no install, small program that does
this with a gui (like Mehul's would without the limitations I've run
across), then pls let me know. I tested out all my backup apps again
and no go. I'm not allowed to install stuff at the office so a
standalone would be great. p.s., Bask, Mehul's, MOB and several
others didn't do the job.
I did a search for about an hour on the archives on this ng, and I
didn't see anything there, either. But that's the nature of doing
searches. It's better to get advice from people as they know what
you're looking for and can judge whether or not the recommendation
might fit the bill.
So basically what's needed is an app that does the above but that is
standalone and has a gui, but that allows for easy input of data.
Thanks everyone! Appreciate any help.