Rolf185
Rolf185
Hi, I'm using VidCutter 5.5.0 (64bit) with Windows 10. VidCutter hangs up at 80% if the video doesn't have an audio track. Smart cut is enabled. Same video with audio...
Hi, the filename in the project file is ASCII or ANSI. My windows setting is ANSI-1252. A unicode character in the filename appears as ? in the project file. Rolf
Hi, I'm using LinageOS 16 (Android 9). I've set the default storage location to external-sd/DCIM/Camera (in Detail: /storage/0FB2-1510/DCIM/Camera). The camera app works fine. New pictures are stored there but they...
Hi PEBakery team, I want to change an ini file value which contains #$x. Seems that this isn't possible: IniRead returns the "escaped" string ##$x instead of #$x. By the...
I'm using an "update" button to update a script attachment, change a variable in the [variables] section (IniWrite,%ScriptFile%,Variables,...) and System,RefreshScript,%ScriptFile%. PEBakery shows the project main script and the end of...
If,ExistVar,#1 is always false. Is there another way to test if a parameter is defined?
I'm migrating from WinPESE to PhoenixPE. A lot of WinPESE variables (all %G...% for example) are replaced with other ones in PhoenixPE. At the end I found a lot of...
Test script: [Process] /Set,%var%,"This value should never change!" Run,%ScriptFile%,mySection Echo,"Let's verify our var1 didn't change." Echo,"Var1 = %var%" Echo,"R = #r" [mySection] System,SETLOCAL // Thanks to System,SETLOCAL we can safely...
I want to unselect script2.script based on some checks in script1.scrip during my build process. I use **IniWrite,script2.script,Main,Selected,False** Obviously PEBakery doesn't check the Selected value in [Main] again during a...