1gba3(1) User Commands gba3(1)
2
3
4
6 gba3 - GAMBAS Archiver
7
8
10 gba3 [options] [<project directory>]
11 gba3 -x <archive path> <file>
12
13
15 Gambas is a free development environment based on a Basic interpreter
16 with object extensions, a mix of Java(tm) and Visual Basic(tm). With
17 Gambas, you can quickly design your program GUI, access MySQL or Post‐
18 greSQL databases, pilot KDE applications with DCOP, translate your pro‐
19 gram into many languages, and so on...
20
21 gba3 is the archiver that allows you to create a standalone one-file
22 executable from a Gambas project or extract a specific file from a Gam‐
23 bas executable (-x option).
24
25
27 -h, --help
28 display help and exit
29
30 -L, --license
31 display license
32
33 -o, --output=ARCHIVE
34 archive path [<project directory>/<project name>.gambas]
35
36 -s, --swap
37 swap endianness
38
39 -x, --extract=ARCHIVE
40 archive path
41
42 -v, --verbose
43 verbose output
44
45 -V, --version
46 display version
47
48
50 The latest version of Gambas can always be obtained from gambas.source‐
51 forge.net, documentation about the language is at http://gam‐
52 baswiki.org/wiki.
53
54
56 Report bugs to http://gambaswiki.org/bugtracker
57
58
60 Copyright© Benoît Minisini <g4mba5@gmail.com>;
61
62 This is free software; see the source for copying conditions. There is
63 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
64 PURPOSE.
65
66
67
68Ubuntu October 2013 gba3(1)