ScienceDiscoverer / NewFileAutoIncrementer

This simple small program will allow you to rapidly create new files without the need to waste time on manual file name editing
0 stars 0 forks source link

It does not rename new files but keeps renaming the same first file only #1

Open iskrenpp opened 1 year ago

iskrenpp commented 1 year ago

I have tried to run the .exe 'as is' and also as Administrator. But after following the steps in the YT video I can never make it rename any new file. It only detects the first one and keeps adding 0_ in front of the file name and renaming it. This is a cool tool but if you can fix this then the whole flow you have on Instructables will be perfect for digitizing batch scanned old photos. This flow was exactly what I was looking for!!

iskrenpp commented 1 year ago

I tried the x64 version of the .exe. I get this error `Renamed file #:...1

MoveFileW() Failed! Error# 32 The process cannot access the file because it is being used by another process.

...2` I believe the checks for new files are done too quickly and the rename/move to new name is blocked by the saving process maybe