topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 19, 2025, 10:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 42next
626
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 06:19 PM »
Don't know but I suppose that could be true.  I don't know much about that stuff either.
627
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 04:51 PM »
I was really hoping for a GUI front end so I wouldn't have to deal with this.   :-[ :(
628
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 04:49 PM »
Ok, I got farther after changing the script but still get this error.  I think that last line with the %recent and that kind of stuff needs edited now.  But to what??

-
   step 1: Type drive letter assigned to USB stick, for example: C
---------------------------------------------------------------------
ECHO is off.
[USB drive letter]e
-
   step 2: Initializing required parameters
---------------------------------------------------------------------
             USB drive: "e:\"
 Archive file and path: C:\Kingston Backup 16gb\USB_2010-21-03
-
step 3: Creating archive C:\Kingston Backup 16gb\USB_2010-21-03
---------------------------------------------------------------------

7-Zip 4.65  Copyright (c) 1999-2009 Igor Pavlov  2009-02-03
Scanning


16gb:  WARNING: The system cannot find the file specified.

16gb:  WARNING: The system cannot find the file specified.



Creating archive C:\Kingston.7z



Error:
Duplicate filename:
backup
backup
Press any key to continue . . .
629
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 04:44 PM »
I saw that too but don't know where to change it at.

Oh, maybe I need to REM out the Dutch settings and then unREM (?) the US settings???
630
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 04:32 PM »
Thanks Shades for the script.  I have d/l it and have edited the script to the best of my ability.  But the script doesn't complete.  see attached screenshot.  I am placing the script here too.  I think it is line 48(last line before the pause) that needs to be edited but I don't know what to.

@ECHO off
REM --- Purpose of script: automatically create small 7-zip archive from latest files on USB stick. -----------------------------
REM -----------------------------------------------------------------------------------------------------------------------------
REM --- 01. - Type which drive letter is assigned to USB stick. -----------------------------------------------------------------
ECHO -
ECHO    step 1: Type drive letter assigned to USB stick, for example: C
ECHO ---------------------------------------------------------------------
ECHO
SET /P driveLetter=[USB drive letter]
REM GOTO :EOF
GOTO Step2
REM
REM -----------------------------------------------------------------------------------------------------------------------------
REM --- 02. - Initializing the folders for getting and creating the archives (user definable). ----------------------------------
:Step2
ECHO -
ECHO    step 2: Initializing required parameters
ECHO ---------------------------------------------------------------------
REM --- note: date notation depends on regional settings from the system the script is executed on (current = Dutch!). ----------
REM --- current = Dutch on WinXP US ---------------------------------------------------------------------------------------------
SET     year=%date:~9,4%
SET    month=%date:~6,2%
SET      day=%date:~3,2%
REM --- current = US on WinXP US ------------------------------------------------------------------------------------------------
REM SET     year=%date:~10,4%
REM SET    month=%date:~7,2%
REM SET      day=%date:~4,2%
REM --- current = US on WinXP NL ------------------------------------------------------------------------------------------------
REM SET     year=%date:~6,4%
REM SET    month=%date:~3,2%
REM SET      day=%date:~0,2%
REM --- the order from the work date should always be the same (according to my preference) -------------------------------------
SET workDate=%year%-%month%-%day%
SET usbFolder="%driveLetter%:\"
SET archiveFolder=C:\Kingston Backup 16gb
SET recentArchive=%archiveFolder%\USB_%workDate%
ECHO              USB drive: %usbFolder%
ECHO  Archive file and path: %recentArchive%
REM GOTO :EOF
GOTO Step3
REM
REM -----------------------------------------------------------------------------------------------------------------------------
REM --- 03 - Create the archive in the archive folder (-mx=9 is most extreme setting). ------------------------------------------
:Step3
ECHO -
ECHO step 3: Creating archive %recentArchive%
ECHO ---------------------------------------------------------------------
"%driveLetter%:\7-ZipPortable\App\7-zip\7z.exe" a -t7z %recentArchive%.7z %driveLetter%:\* -w%archiveFolder% -mx=9

pause
631
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 02:41 PM »
I tried Toucan and could get the sync part to work (won't compress though) but the backup part wouldn't recognize my flash drive though.  Windows would and the sync part would recognize it.

I guess I didn't figure this would be this big of deal, and would be rather quick and simple to do.   :(

632
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 21, 2010, 06:35 AM »
That could work except there wouldn't be a reminder to let it run or not.  My work requires that I work on many computers through out the day so I am plugging it in to the same computer several times per day.  but this would only run on certain machines and not on every one.

A coder I am not, which is why I posted this request.
633
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 20, 2010, 10:00 PM »
Thanks Deozaan, you took the words right out of my mouth.  Sorry it took so long!   :P :D
634
Post New Requests Here / Re: IDEA: usb drive backup program
« Last post by techidave on March 20, 2010, 07:54 PM »
I want the compression just to save space on my hard drive.  I have a 16gb pen drive and would like for the sync or backup to take up as little space as possible on my hard drive.  It seems that I hardly make a copy of my pen drive somewhere and then the drive dies and I am out of luck.

And I don't want something that does "a lot" of things, just my bare necessities. 

Miles, I will check out your Free Commander but it may do more than I want.  Plus, I want something that will be automatic after I say yes I want to make a backup or sync.
635
Post New Requests Here / IDEA: usb drive backup program
« Last post by techidave on March 20, 2010, 04:48 PM »
Not sure this exist but haven't found it yet here on dc or by googling.

I am looking for a small program that would provide to sync my usb drive to my local hard drive.  It needs to compress it but by using the normal compression methods, nothing special.

It also needs to pop up a window before auto syncing to ask me if I want to sync.  Sometimes I may want to copy or add a file rather than syncing.

Perhaps syncing isn't the right word here, not sure.

If such a program exist, it needs to be free.

Any takers??
636
Living Room / Re: moving outlook express to a new computer
« Last post by techidave on March 18, 2010, 08:07 AM »
I thought about going to hat but I just figured I would keep my users in their comfort zone since they are already familiar with OE.  If it was me, I would switch in a heart beat and I do use Thunderbird at home.

I could ask him and see if he is comfortable switching to live mail
637
Living Room / Re: moving outlook express to a new computer
« Last post by techidave on March 16, 2010, 05:15 AM »
I am going to try it on another computer today by using the restore on these backup programs.  I did successfully restore it last nite but I was also on the same computer which shouldn't really make a difference.

But I do hear what you are saying Carol. 

The OEBW does let you know what settings it will back up.  The other one doesn't.
638
Living Room / Re: moving outlook express to a new computer
« Last post by techidave on March 15, 2010, 08:41 PM »
Thanks for the link Lanux.  I had looked at this one several years ago.  And will take a look at it again.  A few minutes ago I found Outlook Express Backup Wizard   The free version will backup everything but the block sender list and signatures.
639
Living Room / Re: moving outlook express to a new computer
« Last post by techidave on March 15, 2010, 07:11 PM »
no newsgroups to worry about.

thanks, Carol
640
Living Room / moving outlook express to a new computer
« Last post by techidave on March 15, 2010, 06:24 PM »
It's been about 6 years since the last time I had to move OE to a new computer but I am going to have to do it again and the mind is foggy. 

I have looked in google and also on DC for tips but find alot of them have a little variation and haven't been quite the "aha this is it" document that I have been looking for.

I seemed to remember having problems with multiple folders getting created and using the wrong folder like Inbox.dbx or Inbox (1).dbx if I remember correctly.  It also seems like maybe I needed to open OE before copying or importing files/folders.

I have been looking at some of the 3rd party apps but either they are not free or don't backup the user added folders like "mail from dave" or something like that.

So does anyone have a sure fire way that works time after time?  Does the "Files and Settings Transfer Wizard" in XP work to do this?  It says it will transfer OE settings but I haven't been able to find out if this includes address book, folders, emails, account settings.  Does it?

thanks in advanced!
Dave
641
N.A.N.Y. 2010 / Re: NANY 2010 Release: Page Countster
« Last post by techidave on March 12, 2010, 05:35 PM »
I hadn't heard of this one before.  thanks for bringing it to our attention, SJ.
642
N.A.N.Y. 2010 / Re: NANY 2010 Release: Page Countster
« Last post by techidave on March 12, 2010, 09:35 AM »
I just logged into our 4100 and it must be too old for those notifications.  I didn't see anywhere to set it up at.  but while logged in to it, I did notice a "low toner" alert.

The 4000 would be the same but I don't know about the 4050 but would presume its too old also.   :)

I haven't tried a firmware update to the print server to see if that would fix it or not.  Perhaps someone else will know.
643
N.A.N.Y. 2010 / Re: NANY 2010 Release: Page Countster
« Last post by techidave on March 11, 2010, 07:25 PM »
are the HP's networkable with a nic in them?  I believe our 4100 has some settings but I don't log into it very often. 
644
N.A.N.Y. 2010 / Re: NANY 2010 Release: Page Countster
« Last post by techidave on March 11, 2010, 06:59 PM »
What model printers are you using?
645
General Software Discussion / I am having a senior moment
« Last post by techidave on March 09, 2010, 08:01 AM »
I am unable to find the correct words to find my answer on google.  Pretty sure it has been discussed here before.  What program will tell me how which files or folders I can put on a cd if the data is bigger.  Like if I have 6 gig of data and want to put in on a cds rather than dvds but also want to be able to use up most all of the room the cd offers.

I hope this makes sense... like I say I am having problems thinking this morning.   :(

Maybe I spent too long upside down on my inversion table this morning.   :o
646
N.A.N.Y. 2010 / Re: NANY 2010 Release: Page Countster
« Last post by techidave on March 03, 2010, 04:59 PM »
For some of the printers you can setup an email alert to notify when toner gets low or their is a paper jam or whatever.  You might check your printer options.

Maybe I should have said that most of the recent printers (lasers)that are networkable have this setup available.  I have a hodgepodge of different brands in my network.  HP, Samsung, Xerox, Lexmark.  Some of them will even email you when the paper tray is empty.
647
General Software Discussion / Re: Recommend anti-spyware, please?
« Last post by techidave on February 27, 2010, 10:05 AM »
Malwarebytes at malwarebytes.org is hard to beat!  They have a paid version and a free version.  The paid version does give you real time monitoring, but I haven't personally used the paid one.
648
while its not quite the same our 4th grades did a similar project.  see our here for our little project.
649
I just ran the windows update on a new install of xpsp3 and didn't see the KB977165 listed.  Perhaps MS has pulled it.
650
Congratulations, Skwire!  Kim Komando found your new piece of software.

here
Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 42next