I made a HUGE mistake by executing a .bat file, and it changed some files in my folder, especifically from Microsoft Visual Fox pro 5.0, which uses some .dbf, .cdx, .dll, etc., so yeah, is kind of important
copy %1*.exe %2*.exe
copy %1pueblos.* %2pueblos.*
copy %1usuario.dbf %2usuario.dbf
copy %1usuario.cdx %2usuario.cdx
copy %1grupos.dbf %2grupos.dbf
copy %1grupos.cdx %2grupos.cdx
copy %1configuracion.dbf %2configuracion.dbf
copy %1*.dbc %2*.dbc
copy %1*.dct %2*.dct
copy %1*.dll %2*.dll
copy %1*.adx %2*.adx
copy %1*.cdt %2*.cdt
is there a way that I can undo these changes?
thank you in advance