Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Message for completion ob Rstore

Featured Replies

Hi Dear

I have used Drive Snapshot to creat an image of my system, I have Automated the restore by use AutocEXE.bat file, as soon as you restart the computer the disk inside the drive it automaticaly start restoring the system in DOS.

but after restore it do not display any message in DOS to tell the user it has

successfully has resdtored the computer.

Can you please help me, which type of file I have to add in my disk to be excuted by AutocEXE.bat in order to display a message after restore.

thanks for your help

Hi again RAZ Dad :)

You can put these at the end of your autoexec.bat;

.....

.....

.....

echo The image is succesfully restored!

pause

....

....

  • Author
Hi again RAZ Dad :)

You can put these at the end of your autoexec.bat;

.....

.....

.....

echo The image is succesfully restored!

pause

....

....

Thnaks for your for your help.

I added your command at the end of my Autoexec.bat but result is as following

A:\>.....

Bad Command or File name

A:\>.....

Bad Command or File name

A:\>.....

Bad Command or File name

A:\>echo The image is succesfully restored!

The image is succesfully restored! ( 2 times repeat the message)

A:\>pause

Press any key to continue

Thanks to see where is the problem

ehuehuheuhe :)

man! just put the meaningful lines, not dots.. :)

if you put the "@echo off" at the beginning of your autoexec.bat without the quotes, your batch will be much better..

I mean your autoexec.bat should be similar to this;

@echo off

[your restoring codes]

echo The image is succesfully restored!

pause

hope this helps..

Remove the lines with "....."

agonified only put those there to signify the other commands in your AutocEXE.bat file.

Remove all the newly added lines and add only these two lines to that file at the end:

ECHO The image is successfully restored!
PAUSE

EDIT: agonified beat me to it. <_<:P

Edited by Asin

  • Author

Thank you very much it worked perfect.

another question how can I add EXIT Command to restart the computer.

thanks

You don't, you use the

shutdown -r -f

command.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.