Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4a1ebe49 authored by DEBREUVE Eric's avatar DEBREUVE Eric
Browse files

better batch script

parent e7eefbe7
No related branches found
No related tags found
No related merge requests found
{
"command_data":{
"onefile":false,
"console":true,
"additional_files":{
"addFiles_lbb4d":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main_prm.py",
"destination":"."
},
"addFiles_aaa0a":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/libblas.dll",
"destination":"."
},
"addFiles_aaa0b":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/libgcc_s_seh-1.dll",
"destination":"."
},
"addFiles_aaa0c":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/libgfortran-5.dll",
"destination":"."
},
"addFiles_aaa0d":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/liblapack.dll",
"destination":"."
},
"addFiles_aaa0e":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/libquadmath-0.dll",
"destination":"."
},
"addFiles_aaa0f":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/libwinpthread-1.dll",
"destination":"."
},
"addFiles_ouqe7j":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/frangi3.so",
"destination":"."
}
}
},
"id_injectable":{
"file":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main.py",
"icon":"",
"output_location":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/standalone",
"VALUE--upx-dir":"",
"VALUE--log-level":"",
"VALUE-n":"",
"VALUE--add-binary":"",
"VALUE-p":"",
"COMMASPLIT--hidden-import":"",
"VALUE--additional-hooks-dir":"",
"VALUE--runtime-hook":"",
"COMMASPLIT--exclude-module":"",
"VALUE--key":"",
"VALUE--debug":"",
"VALUE--version-file":"",
"VALUE-m":"",
"VALUE-r":"",
"VALUE--osx-bundle-identifier":"",
"VALUE--runtime-tmpdir":"",
"extra_command_data":""
},
"switches":{
"disable_recursion_limit":false,
"OPTION-a":false,
"OPTION--clean":false,
"OPTION-s":false,
"OPTION--noupx":false,
"OPTION--uac-admin":false,
"OPTION--uac-uiaccess":false,
"OPTION--win-private-assemblies":false,
"OPTION--win-no-prefer-redirects":false,
"OPTION--bootloader-ignore-signals":false
}
}
{
"command_data":{
"onefile":false,
"console":true,
"additional_files":{
"addFiles_lbb4d":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main_prm.py",
"destination":"."
}
}
},
"id_injectable":{
"file":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main.py",
"icon":"",
"output_location":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/standalone",
"VALUE--upx-dir":"",
"VALUE--log-level":"",
"VALUE-n":"",
"VALUE--add-binary":"",
"VALUE-p":"",
"COMMASPLIT--hidden-import":"",
"VALUE--additional-hooks-dir":"",
"VALUE--runtime-hook":"",
"COMMASPLIT--exclude-module":"",
"VALUE--key":"",
"VALUE--debug":"",
"VALUE--version-file":"",
"VALUE-m":"",
"VALUE-r":"",
"VALUE--osx-bundle-identifier":"",
"VALUE--runtime-tmpdir":"",
"extra_command_data":""
},
"switches":{
"disable_recursion_limit":false,
"OPTION-a":false,
"OPTION--clean":false,
"OPTION-s":false,
"OPTION--noupx":false,
"OPTION--uac-admin":false,
"OPTION--uac-uiaccess":false,
"OPTION--win-private-assemblies":false,
"OPTION--win-no-prefer-redirects":false,
"OPTION--bootloader-ignore-signals":false
}
}
{
"command_data":{
"onefile":false,
"console":true,
"additional_files":{
"addFiles_lbb4d":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main_prm.py",
"destination":"."
},
"addFiles_ouqe7j":{
"source":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/frangi3-nt.so",
"destination":"."
}
}
},
"id_injectable":{
"file":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/main.py",
"icon":"",
"output_location":"C:/Users/eric/Documents/code/python-to-exe/nutrimorph/standalone",
"VALUE--upx-dir":"",
"VALUE--log-level":"",
"VALUE-n":"",
"VALUE--add-binary":"",
"VALUE-p":"",
"COMMASPLIT--hidden-import":"",
"VALUE--additional-hooks-dir":"",
"VALUE--runtime-hook":"",
"COMMASPLIT--exclude-module":"",
"VALUE--key":"",
"VALUE--debug":"",
"VALUE--version-file":"",
"VALUE-m":"",
"VALUE-r":"",
"VALUE--osx-bundle-identifier":"",
"VALUE--runtime-tmpdir":"",
"extra_command_data":""
},
"switches":{
"disable_recursion_limit":false,
"OPTION-a":false,
"OPTION--clean":false,
"OPTION-s":false,
"OPTION--noupx":false,
"OPTION--uac-admin":false,
"OPTION--uac-uiaccess":false,
"OPTION--win-private-assemblies":false,
"OPTION--win-no-prefer-redirects":false,
"OPTION--bootloader-ignore-signals":false
}
}
......@@ -6,9 +6,20 @@
@echo off
setlocal
where /q powershell
if ERRORLEVEL 1 (
echo PowerShell utility is missing
echo Please install PowerShell from Microsoft
echo [Press "Enter" to exit]
pause > nul
exit
)
for /f "delims=" %%I in ('powershell -noprofile "iex (${%~f0} | out-string)"') do (
.\main\main.exe %%~I
)
echo [Press "Enter" to exit]
pause > nul
goto :EOF
: end Batch portion / begin PowerShell hybrid chimera #>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment