×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Starting shell command in the same environment

Starting shell command in the same environment

Starting shell command in the same environment

(OP)
Hi,
I have installed FreeBasic compiler for Linux from http://www.freebasic.net/index.php/download web page.

I would like to execute shell commands. For example my bas file looks like this:

====
'Find if you are connected to database
SHELL "db2 connect to test_database"
'etc...
'Execute select statement
SHELL "db2 select * from mytable"
etc...
====

What I have found out is every SHELL command is executing itself in new shell process. So the second command fails, because it is executed in new "window" (process). Is there any way to invoke shell script in the same process terminal?

Thanks,
Grofaty

RE: Starting shell command in the same environment

(OP)
Hi,
I have tested even simpler test.

In Terminal I have set environment variable by command:
x="xxx"

To see the result I executed:
echo $x
And output is:
xxx

But compiling bas file command:
shell "echo $x" returns nothing. I think this is due to 'shell' command starts new environment. How to execute 'shell' commands in the current environment?

Thanks,
Grofaty

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close