gbNewAppPlus is a simple application that creates a new *.bas file which contains code from a template file (gblittletemplate.bas) and opens the file in the default *.bas client. gbNewAppPlus works in the background to create and open the *.bas file. It has no GUI of
its own.
Creates new file, containing source code from "gblittletemplate.bas"
Sequentially numbers each new file
Open new file in default *.bas IDE
Template can be modified by user
No GUI (action takes place in background)
Online Help
Temporary Files
Each time it is run, gbNewAppPlus creates a new *.bas file, located in
the "tempfiles" folder, which is a subfolder where the gbNewAppPlus EXE is
installed.
The new files are named "gbnewappplussXX", where XX is a number generated
by gbNewAppPlus - incremented by 1 for each new file.