AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Nero-Backup via command line (or batch file)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Sat Oct 02, 2004 5:09 pm    Post subject: Nero-Backup via command line (or batch file) Reply with quote

Quote:
cls
@echo off
C:\Programme\Ahead\Nero\nerocmd.exe --write --drivename d --speed 16 --real --tao --disable_eject --underrun_prot --iso backup --create_iso_fs "F:\downloads\*.*" --recursive --close_session --verify --nero_log_timestamp --no_user_interaction
pause
exit


That batch can be easily converted to pure AHK code.
Approach is to burn all files from one folder without using Nero's Frontend.

You've to change ...

a) the drivename
b) the drivespeed
c) the destination folder

Code has been taken from PC-Magazin 08/04 p. 141
Back to top
savage



Joined: 02 Jul 2004
Posts: 206

PostPosted: Sun Oct 03, 2004 4:16 pm    Post subject: Reply with quote

I love nero's cmdline. I don't actually use the front end at all anymore. I made custom buttons in Directory Opus that use nerocmd to burn the selected files as data or as music, or to burn the selected image on cd or dvd. It's very handy.
Back to top
View user's profile Send private message AIM Address
4man
Guest





PostPosted: Wed Apr 12, 2006 11:56 am    Post subject: Restoring Backup Reply with quote

Once you have backed-up your files to the DVD, how do you restore files back to your hard drive?
Back to top
Laszlo



Joined: 14 Feb 2005
Posts: 4078
Location: Pittsburgh

PostPosted: Sun Apr 16, 2006 8:09 pm    Post subject: Reply with quote

...it happened in a country, where English is not commonly spoken. One day the director of the computing center had something urgent to check on their mainframe, so he went down to the computer room. He was told that the daily backup was running, but it would finish in a couple of minutes, and he could do then, what he wanted. Sure enough, in two minutes a message popped up on the main console, saying that "Backup Failed". The director asked the operator, what went wrong. "Nothing", he said. "This is the massage we always get, when the backup is finished".

I was told that making regular backups is important. But nobody told me that restoring data is important, too. So, why do you care? Just make those damn backups, and you will sleep well. Laughing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group