Run this:
Code:
dir c:\ax_classic_db
And paste the results.
If I had to guess, I would say you're probably missing the .sql extension from the source files (MySQL doesn't assume the extension). This should do the trick:
Code:
mysql -u root -pPASSWORD DBNAME < ax_classic_full_3.sql
mysql -u root -pPASSWORD DBNAME < ax_classic_core_update_3