Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1e7ee422 authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

find matlab bat

parent 99f623f2
Branches
Tags
No related merge requests found
@echo off
set "find_exe=matlab.exe"
(where matlab.exe) > logPath.txt
(where /R "C:\\Program Files\\MATLAB" matlab.exe) >> logPath.txt
(where /R "C:\\Program Files (x86)\\MATLAB" matlab.exe) >> logPath.txt
set MATLAB_EXE_DIR_TMP=
set /p MATLAB_EXE_DIR_TMP=<logPath.txt
REM for /f "delims=" %%i in ('type logPath.txt') do (set MATLAB_DIR_TMP=%%i && echo %%i)
echo environment variable is defined for matlab Path : %MATLAB_EXE_DIR_TMP%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment