Quote:
Originally Posted by horacio
Here's how sort directories by default:
C:\nm-mfc\config.yml
C:\nm-mfc\index.html
C:\nm-mfc\mfc.exe
C:\Livestreamer\livestreamer.exe (plus others livestreamer files and subdirectories)
C:\Windows\ffmpeg.exe
C:\Windows\MFC_Model.txt
C:\Windows\mfc.bat
C:\Videos\MFC (output directory)
Check your path by clicking:
Control Panel
All Control Panel Items
System
Advanced system settings
Environment Variables
Under 'System variables' edit 'Path'
there must be this separated with ';'
%SystemRoot%
%SystemRoot%\system32
%SystemRoot%\System32\Wbem
%SystemRoot%\System32\WindowsPowerShell\v1.0\
C:\Livestreamer\
So the line should look like this (Of course you should keep some other programs in this line if you have them installed):
Code:
%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\System32\Wbem;%SystemRoot%\System32\WindowsPowerShell\v1.0\;C:\Livestreamer\;
|
So I added that line as a new environment variable for Path, but when I run start.bat, I still get "Windows cannot find mfc.exe" after pressing '0.'
I tried to follow these instructions
Quote:
Install Node.js (v8.1.3 or higher).
Install Git.
Download and unpack the code, create directory 'C:/-nm-mfc2' and move all files from 'rar' there.
Open console and go into the default directory ('C:/-nm-mfc2') where are located unpacked files.
Install requirements by running 'npm install' in the same directory as 'main.js' is.
Edit 'config.yml' file and set desirable values for 'captureDirectory', 'dateFormat', 'downloadProgram', 'modelScanInterval' and others data.
|
But I do not see main.js anywhere