E:\yaddayadda\yaddayadda2>echo '.dump'|sqlite3 library.db|sqlite3 repaired_library.db
Parse error near line 1: near "'.dump'": syntax error
'.dump'
^--- error here
It keeps throwing me this error, so it doesnt work. (for some reason)
I tried to manually dump the database inside sqlite3 into a new one, but the problem with that is that the new .db never gets filled, it either stays as 0kb or is half the size and when running an integritycheck on this new "db" it says its not a db.
Parse error near line 1: near "'.dump'": syntax error
'.dump'
^--- error here
It keeps throwing me this error, so it doesnt work. (for some reason)
I tried to manually dump the database inside sqlite3 into a new one, but the problem with that is that the new .db never gets filled, it either stays as 0kb or is half the size and when running an integritycheck on this new "db" it says its not a db.