ERR: 2 opening input video file with umlauts
The sample attached to the project (robocopy-sample.bat) can only copy single files and lack error/samity checks. I beefed it up a bit and added the option to backup entire directories as well. ShadowCopy.bat @ECHO OFF SETLOCAL :: Global variables SET version=1.0beta SET VSHADOWEXE=vscsc.exe SET DOSDEVEXE=dosdev.exe SET MAPPED_DRIVE=t: :: No parameters: Show usage info IF "%~1" EQU "" GOTO :USAGE :: Test if we are called by VSHADOW/vscsc (only one parameter specified) :: parameter contains name of...
Hi! dosdev is available from http://www.ltr-data.se/opencode.html/. I took the liberty to download the source code from http://www.ltr-data.se/files/zerodrv_source.7z, make it Unicode-aware and ported it to MS Visual Studio 2012. The dosdev.cpp would be #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <stdio.h> #include <tchar.h> _TCHAR buffer[65535] = _T(""); int _tmain(int argc, _TCHAR **argv) { DWORD dwFlags = 0; bool displayhelp = false; bool querymode = false; // Nice argument parse...
Video button reverts to image button whenever property page is opened
Addendum: Precisely put, UFRaw only automatically (and errationally) looks up lens...
I've played with UFRaw a bit more and whatever I try, I seem not to be able to reproduce...
Addendum: Sorry, I'm feeling a bit stupid now. Precisely put, UFRaw only automatically...