Bob
Did you try writing to batch file then launching it.
Buddy
SET VAR vTmpFolder TEXT = (ENVVAL('TMP'))
SET VAR vFileName TEXT = (.vTmpFolder + '\YourFile.BAT')
OUT &vFileName
WRITE ‘write the move command here’
WRITE 'EXIT'
OUT TERM
SET VAR vFileName = (.vFileName + '||W')
LAUNCH &vfileName
From: [email protected] [mailto:[email protected]] On Behalf Of
[email protected]
Sent: Thursday, July 30, 2009 8:07 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - ZIP Command
A few days ago, a suggestion was made to use the Zip cmd.exe /c move command
to move files. This seems to work fine... with an exception.
(I have not compiled this application yet and I have a command file that starts
from an desktop icon.)
C:\RBTI\RBG8\RBG8.EXE auto.cmd
The auto.cmd simply does a connect and edit using form command.
This all works as expected with just the form displaying on the screen
When the eep runs that issues the zip command, the database explorer appears
over the form.
I can use the stay on top property, but the explorer still shows in the
background.
How do I use the ZIP command without having the explorer pop up? I want only
the form to show on the desktop
as when the program first starts.
Turbo V8
Thanks all,
-Bob