so, here is what's happening when i launch the same command that does the laucher.conf from the retroFe launcher directory:
i opened a cmd and went to that directory, then i launched the command with the same argument :
F:\RetroFE\launchers>C:\Users\ginzu>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -file "F:\JEUX\TTX GAMES\LAUNCHER\pslauncher.ps1" "%ITEM_FILENAME%"
Accès refusé. <------------- access refused!
F:\RetroFE\launchers>
i also make a try with administrator rights on the cmd (i opend a new terminal with admin rights) --> access refused!
i don't know how to bypass this situation right now, i must investigate more.
i would also tell that i have made other test too with my fisrt command line (invoking cmd.exe) like this :
this time, i used the "/K" argument :
executable = C:\Windows\System32\cmd.exe
arguments = /K "%ITEM_DIRECTORY% & %ITEM_FILEPATH%"
you know what? it work, .. well almost
when i quit the game : i return into retroFe but retroFe is stuck completely......
(i found that if i kill the correct cmd in the task manager (detail tab) , retroFe run like a charm!
i don't know to add a command line after my code that could help in this case to make running retrofe angain after i quit a game....
to be continued ...