This commit is contained in:
Michael H.G. Schmidt 2024-09-28 16:34:46 +02:00
parent 4c50f00a0f
commit 739f57e001
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -31,6 +31,10 @@ Procedure StartInstallation()
#PB_MessageRequester_YesNo | #PB_MessageRequester_Warning)
If Result = #PB_MessageRequester_Yes
; kill main window ...
CloseWindow(0)
; format disk ...
dummy=system(SYS$ + "\windows\system32\cmd.exe /C " + SYS$ + "\format-disk.cmd")
@ -137,8 +141,7 @@ BindGadgetEvent(2, @ButtonHandler())
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
; CursorPosition = 125
; FirstLine = 95
; CursorPosition = 34
; FirstLine = 17
; Folding = -
; EnableXP
; EnableXP