If "%PROCESSOR_ARCHITECTURE%" == "AMD64" Call :AMD64If "%PROCESSOR_ARCHITECTURE%" == "x86" Call :X86nircmd.exe sysrefreshExit:AMD64ECHO AMD64REM Example nircmd.exe shortcut "%LaddsStu%\MyApplication\blabla.exe" "~$folder.desktop$" "TEST TEST"REM Example Start "SH" /D "%LaddsStu%\MyApplication\BlaFolder" "%LaddsStu%\MyApplication\BlaFolder\Bla_x64.exe"pauseGOTO:eof:X86ECHO X86REM Example nircmd.exe shortcut "%LaddsStu%\MyApplication\blabla_x64.exe" "~$folder.desktop$" "TEST TEST"REM Example Start "Bla" /D "%LaddsStu%\MyApplication\BlaFolder" "%LaddsStu%\MyApplication\BlaFolder\Bla.exe"pauseGOTO:eof
Quote from: Pan2fire on September 29, 2016, 01:41:33 AMwith the possibility to add dynamic shortcuts to any portable program that you add to the USB.You can also use the good sh.exe utility developed by nikzzzz for that exactly and with additional features: Shortcut, Add registry, Autorun, autoexit Nice utility, maybe Nikzzzz could present it here Sh.exe - programmes portables Manager: http://usbtor.ru/viewtopic.php?t=298 Google Translate:There is a demo program for testing and understand the config dile Sh.ini and the files link *.shl (eg: "link.shl") next to each apps, cmdcopy the content of ShDemo_for_Win, DemoPrograms folder included, to the root of your USB key.and Run sh.exe or sh_x64.exe
with the possibility to add dynamic shortcuts to any portable program that you add to the USB.
In the corresponding Winbuilder section it is written:"Add 'TheOven_Startup.cmd' to one of your drive"
Sorry, since Winbuilder closed source software, We can not add or remove something WinBuilder GUI .
How would call this
But my initial questions are still unanswered
After performing allot of digging, as I am relatively new myself, I found that the Interface for the "Portable Finder Startup.script" is BROKEN in the Win7PESE project.
Could you clarify some things please? What directory should the TheOven_Startup.cmd file be in?The description just says 'place it on one of your drives'? It does not say where!Must it be in the root of any one of my drives?
Also, if I make an ISO using the Portable Finder Startup plugin, and boot the ISO from a USB as an ISO file, will it search all drives for the TheOven_Startup.cmd?
WHat if there is more than one cmd file on different drives?
It would be useful to know where it is called from though...?