s32x / anirip

:clapper: A Crunchyroll show/season ripper
MIT License
158 stars 37 forks source link

The system cannot copy to different disk #11

Open ghost opened 6 years ago

ghost commented 6 years ago

Why?

theclickman commented 6 years ago

workaround: before running anirip. create a temporary folder on the same disk where you want the show to be: and type in the command prompt (or add to your script) set TMP= that will make anirip to use that folder as temporary for the process and avoid the issue copying into a different disk. You will see files coming in and out in a subfolder anirip on that location during the process.

starkayc commented 6 years ago

Hey, I tried doing the set TMP thing but doesn't seem to work. Currently has it as SET TMP="F:\anirip-v1.5\" and I still get a error :/

theclickman commented 6 years ago

try: set TEMP=F:\anirip-v1.5 set TMP=F:\anirip-v1.5 I have both.. not sure which one is right, I set them both to the same location. and so far it work for me like that.

davidchalifoux commented 5 years ago

You could also CD into the disk you'd like it to be saved to.