PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Making a backup with WDLog in command mode
Making a backup with WDLog in command mode
Iniciado por Bart Van der Elst, 30,dic. 2004 10:44 - No hay respuesta
Publicado el 30,diciembre 2004 - 10:44
Hi all,
I try to make a backup of my datafiles with WDLog in command mode.
I have a window with 2 fields :
FList => contains the path+name of .LST file
BackupDir => contains the path of the backup-directory
The statement that I execute on the click event on a button is :
DDEStart("WDLog /LST=" + Flist + "/DIR="+ BackupDir)
After that, WDLog is launched, but I always get the message
"Incorrect syntax for automatic launch"
Can anybody help me ?