Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What's wrong with this .bat file?  (Read 2138 times)

0 Members and 1 Guest are viewing this topic.

kniht

  • Guest
What's wrong with this .bat file?
« on: February 06, 2006, 03:18:37 PM »
Am using ERUNT to backup my registry. In windows "Scheduled Tasks" I created a batch file to backup the registry at startup.

 This is the batch file I created for this purpose:

 AUTOBACK.EXE %SystemRoot%\ERDNT\#Date#/noprogresswindow /noconfirmdelete /days:7

Everything works fine, runs on startup, backs up to appropriate folder, but even though I used the switch /noprogresswindow, I still get the progress window appearing on my desktop.

What's wrong with this scenerio?   :-?

kniht

  • Guest
Re: What's wrong with this .bat file?
« Reply #1 on: February 07, 2006, 03:23:03 AM »
After staring at this cmd. line for half the night, I finally figured out what was wrong.

Needed a space between the # and /. Great backup everytime I start my PC.