How do you write a batch file in Symantec Ghost 6.5 to automate creating a image file, while prompting you to enter the file name. Not auto generating it. So far this is what we have.
@echo off
ghost.exe -clone,mode=dump,src=1,dst=I:\test\test.gho
thanks b4 hand.