Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

The system cannot copy to different disk #11

Open
ghost opened this issue Mar 22, 2018 · 4 comments
Open

The system cannot copy to different disk #11

ghost opened this issue Mar 22, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 22, 2018

Why?

@theclickman
Copy link
Contributor

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
Copy link

starkayc commented May 4, 2018

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
Copy link
Contributor

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants