- Joined
- Apr 6, 2015
- Messages
- 334
- Reaction score
- 10
Why does a batch file saying 'del C:\Data\Firefox\Bookmarks\ /q' not delete the JSONL files from \bookmarks\ ?
The only possibility I see is there is no file name or extension in it, as *.json or *.* for all files after the last \.del C:\Data\Firefox\Bookmarks\ /q' not delete the JSONL files from \bookmarks\
bookmarks-2023-08-09_395_7O3vt8AXoximq6uU+GKclA==.jsonlz4
bookmarks-2023-08-19_396_v+eUP2WLXqgEQwwMCttOIg==.jsonlz4
Not sure why you are complaining about it. Your computer does exactly what you told it to, deleting the jsonl files from the folder. Of course, they do not exist. what you should have written is *.jsonlz4 or *.jsonl??Why does a batch file saying 'del C:\Data\Firefox\Bookmarks\ /q' not delete the JSONL files from \bookmarks\ ?
Could that actually be ProgramData? Or maybe in a subfolder of C:\Users\USERNAMEHERE\AppData? Mozilla folder with Firefox in it?del C:\Data\Firefox\Bookmarks\*.jsonlz4 /q
That could be the problem, they may have to be moved back to the original location first. But maybe 'take ownership' will work.The source of those files was C:\Users\USERNAMEHERE\AppData - the ones I want to delete have been copied from there. The current location is C:\Data\Firefox\Bookmarks\
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.