Quote:
Originally Posted by supersonic80
Btw,
change directories to something appropriate for your case, ex.
/complete -> .\complete
/capture -> .\capture
In case of /complete the app will try to write files into C:\complete, however, I believe Windows 10 does not allow to write to the root of drive C: without extra permissions.
.\complete is the path relative to the app folder.
|
Perfect, thank you very much, now it works, I have created two folders (
capture,
complete) in Documents:
Code:
captureDirectory: C:\Users\Mini ITX\Documents\capture
completeDirectory: C:\Users\Mini ITX\Documents\complete
Does the program also work on linux ? Is there a script identical to this even for linux ?