I have been working on a script for ms-dos.Its my first one. The purpose of the script is that it has to backup the Registry files (.reg) of our servers. The backups have to be saved at a external hard disk that is attached to my workstation. I know how to backup the .reg file of my own my from a command-line, but not how to backup the .reg file of a server from my pc. I have wrote this command:
if not exist "d:\servers\paylinkufj\Registry" mkdir "d:\servers\paylinkufj\Registry"