[Gambas-user] vb2vg

Bodard Fabien gambasfr at ...11...
Tue Mar 1 00:11:37 CET 2005


Le lundi 28 Février 2005 23:12, Eldon Eller a écrit :
> I want to do a Gambas version of a VB app I have written. I downloaded
> and extracted vb2vg. I now have a directory ~/Documents/vb2vg with three
> files: vb2vg.pl, Frm2Class.pm, and Frm2Form.pm, to which I have copied
> the file I want to convert, QD2.frm. As I understand, the usage should
> be vb2vg QD2.frm. If I open a terminal and cd to ~/Documents/vb2vg and
> type "vb2vg ~/Documents/vb2vg/QD2.frm", I get the message "bash: vb2vg:
> command not found." What am I doing wrong? Any suggestions will be
> appreciated.  EEE


in linux if you want to launch a script in the current folder
you need to add './' or 'sh '
try
./vb2vg ~/Documents/vb2vg/QD2.frm

or 

sh vb2vg ~/Documents/vb2vg/QD2.frm

Fabien Bodard





More information about the User mailing list