GHOST

GHOST - Windows & Software

Marsh Posté le 23-01-2002 à 15:21:13    

Comment créer des fichiers images (*.gho)????
Merci d'avance!

Reply

Marsh Posté le 23-01-2002 à 15:21:13   

Reply

Marsh Posté le 23-01-2002 à 15:22:41    

Lire la notice c vrai qu'en warez elle y est pas :D

Reply

Marsh Posté le 23-01-2002 à 15:28:29    

deux exemples (à partir d'une disquette, qui accède à ghost par réseau d :  !!)
 
- fichier ghost non splité :
 
@echo off
if .%1% == . goto error
d:
ghost -clone,mode=dump,src=1,dst=%1% -ntil -ntic -z2 -batch
goto fin
:error
echo Parametre 'nom de fichier' manquant.
:fin

 
- fichier ghost slpité :
 
@echo off
if .%1% == . goto error
d:
ghost -clone,mode=dump,src=1,dst=%1% -ntil -ntic -z2 -span -split=646 -auto -batch
goto fin
:error
echo Parametre 'nom de fichier' manquant.
:fin

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed