Can't rmdir folder?
Posted: September 25th, 2010, 2:12 am
Hi guys -
I'm trying a modified version of the xenonmkv script. I want it to move my files to my NAS, then delete the download folder. It returns the error as if the folder is in ue. Here is an example
C:\Users\Kaes\Downloads\sabnzbd\complete\TV\Boston.Med.S01E03.720p.HDTV.x264-ORENJI>IF NOT EXIST *.mp4 rmdir /S /Q C:\Users\Kaes\Downloads\sabnzbd\complete\TV\Boston.Med.S01E03.720p.HDTV.x264-ORENJI
The process cannot access the file because it is being used by another process.
The script line itself says IF NOT EXIST *.mp4 rmdir /S /Q %1
Any ideas?
Thank you
I'm trying a modified version of the xenonmkv script. I want it to move my files to my NAS, then delete the download folder. It returns the error as if the folder is in ue. Here is an example
C:\Users\Kaes\Downloads\sabnzbd\complete\TV\Boston.Med.S01E03.720p.HDTV.x264-ORENJI>IF NOT EXIST *.mp4 rmdir /S /Q C:\Users\Kaes\Downloads\sabnzbd\complete\TV\Boston.Med.S01E03.720p.HDTV.x264-ORENJI
The process cannot access the file because it is being used by another process.
The script line itself says IF NOT EXIST *.mp4 rmdir /S /Q %1
Any ideas?
Thank you