![]() |
![]() |
#1 |
Apr 2003
California
10111002 Posts |
![]()
I just wanted to contribute this batch file that I wrote to backup my Prime95 folder.
Put the batch file itself in the folder. Put a shortcut on the destop and run it twice a day. (Or automate the process to run at a particular time.) Here's the batch file! Best, Mark @echo off rem It is unsafe to copy backup or sync this folder, because it's live: files in this folder are being written! rem Zip all files into a zip file in a different folder, which also saves space. rem This zip file is not live & can be copied to CD, synchronized to Briefcase, etc. cd \Prime95 rem I could use the WinZip command line add on but I already have pkzip for DOS. rem Archive using extreme maximum compression (-exx). rem The flags -xm??????? -xp??????? -xq??????? would exclude temp files; rem other files appear briefly at the instant it is updating temp files. rem This is a DOS program; it needs a DOS 8.3 filename: \Download\PKWare\pkzip -exx MarkPr95 *.* rem Give it a readable name & move to an archive folder replacing old file: ren MarkPr95.zip "Mark's Prime95.zip" move /y "Mark's Prime95.zip" "\Download\Distributed computing" |
![]() |
![]() |
![]() |
#2 |
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
10,891 Posts |
![]()
Of course you need to edit this or rewrite it for linux.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Prime95 error accessing files (work, log, backup) | C0REY | Information & Answers | 5 | 2017-07-19 05:56 |
GMP-ECM & Prime95 Stage 1 Files | Gordon | GMP-ECM | 3 | 2016-01-08 12:44 |
where is prime95 keeping my prime, local, worktodo files? | almostfrugal | Information & Answers | 4 | 2012-09-19 03:51 |
Help needed with backing up Outlook email folders and settings | lory_kl | Lounge | 2 | 2007-01-16 06:58 |
Prime95 Version 24.13 Error Writing Files | RMAC9.5 | Software | 2 | 2005-12-05 08:20 |