Page 1 of 1

Cleaner: Wanting to clean D:

Posted: 29 Nov 2015, 08:25
by jclancy103
I have tried everyway that I can think of to get cleaner to work for the base of D: drive. I have a shot script working in a subfolder on another drive:
filebot -script fn:cleaner --def root=y "/users/Evixor/Desktop/D-Download/720P/"

I have tried for the /path/to/media/ as D:/, :/ , / , D , : , :/ , and nothing seems to work for me I keep getting the same done ?(?????)? on everything I have tried.

I am running the latest version of Filebot. Working on Windows 10, I mostly use CLI although I created the above bat file due to CLI doesn't do cleaner.

Thanks very much for your input.

JClancy103

Re: Cleaner: Wanting to clean D:

Posted: 29 Nov 2015, 09:50
by rednoah
Do not use the cleaner script on the root drive. Also, adding --def root=y means that it'll try to "delete" that drive, which hopefully doesn't work.

Besides, doing stuff in in the root folder is a bad idea. Windows may randomly put stuff there which you definitely don't want to be cleaned. Create a folder for your stuff, and leave the root folder to the OS.

Re: Cleaner: Wanting to clean D:

Posted: 05 Dec 2015, 06:25
by jclancy103
Ok Thank you very much.