Search found 1 match

by matchew
27 Aug 2010 04:24
Forum: DOS Batch Forum
Topic: Batch file not completing
Replies: 1
Views: 3075

Batch file not completing

Hello, Im running the follow batch file to backup a database for our AV console, then moving it to a server. E: cd E:\Sophos\Enterprise Console\DB BackupDB E:\SECBackups\SOPHO.bak MOVE /Y E:\SECBackups\SOPHO.bak \\server1\IT\Riston_backup Now the backup completes yet it doesnt do the moving part. If...