Guys,
I did this batch file (b.bat) to make backup of some directories of my computer:
echo *** backup "Outlook Express"
wzzip -p -r "Backup_Outlook Express Pastas.zip" "C:\Documents and Settings\Loas\Configurações locais\Dados de aplicativos\Identities\{CDEF22D7-8EDE-417B-9564-68BA74DF7A13}\Microsoft\Outlook Express"
But there is an directory that give me a follow error message:
Warning: name not matched: C:/Documents and Settings/Loas/Configuraþ§es locais/D
ados de aplicativos/Identities/{CDEF22D7-8EDE-417B-9564-68BA74DF7A13}/Microsoft/
Outlook Express
Error: No files were found for this action that match your criteria - nothing to
do. (Backup_Outlook Express Pastas.zip)
If I try run this command in DOS prompt it work fine, but in batch file it gime error.
The "Configurações locais\" directory is not being read correctly.
Any idea?
Thanks.