EnglishРусский  

   ..

   gmanager.frm

   gmanager.g

   gmanager.gf

   gmanager.gi

The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

 1 #output = %EXEPATH%\gmanager.exe
 2 #norun = 1
 3 #exe = 1 d g
 4 #optimizer = 1
 5 #icon = ..\..\res\icons\gentee_c.ico
 6 #wait = 3
 7 
 8 //#!gentee.exe -s -p vis "%1"
 9 define
10 {
11    DESIGNING = 0
12    COMP = 0   
13 }
14 
15 include {   
16    $"gmanager.gf"
17 }
18 
19 global {
20    vForm0 Form0
21 }
22 
23 func run<main>
24 {
25    App.Load()
26    Form0.Owner = App
27    App.Run()
28 }
29