RE: running Genero from the command line

"Ruth Berkley" <[email protected]> Tue, 20 Mar 2007 10:11:53 -0400
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <[email protected]>
Hello,

I tried this and you still have to create a shortcut on the GDC.  Once
the shortcut is created you can run it from the command line through the
VB menu.  What I'm looking for is a way to avoid creating the shortcut.

Thanks,
RB

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Morgan Ho
Sent: Thursday, March 15, 2007 12:31 AM
To: [email protected]
Subject: RE: [fourjs-users] running Genero from the command line


http://www.4js.com//online_documentation/fjs-gdc-2.00.1a-manual-html/Use
r/CmdLine.html

Look at --startDirect.

HIH & regards,

///M

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Ruth Berkley
> Sent: Thursday, 15 March 2007 2:45 AM
> To: [email protected]
> Subject: [fourjs-users] running Genero from the command line
> 
> Hello everyone,
> 
> I have a menu system that I created using VB and it allows 
> access to 4js
> programs as well as shell scripts, Access and TeraTerm terminal
> emulations.  I would like to continue using our current menu 
> system but
> I cannot get a Genero program to run from the command line 
> without first
> creating a shortcut on the GDC. It runs fine if I build a shortcut and
> then access the shortcut through a function but that is 
> causing too much
> overhead.  Is there a way to start a Genero program from the command
> line without creating a shortcut on the GDC?  This is the 
> function that
> builds the command line for the 4js programs:  
> 
> Private Sub mnuSchRSDemo_Click()
>     sTopic = "open"
>     sFile = "startwtk.exe"
>     sParams = "ilogin -w -computer {staff} -user {userf} -cmdline
> {e:\usr\main\rsbat\rs.bat rs0002}"
>     sDirectory = "c:\cliwtk\bin"
>     Call RunShellEx(sTopic, sFile, sParams, sDirectory, 1)
> End Sub
> 
> Could something similar be done with Genero?
> 
> Ruth Berkley
> Applications Programmer
> Computer Services
> Allegany College of Maryland
> Cumberland MD 21502
> 
> 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.