Sponsored Content
Top Forums UNIX for Advanced & Expert Users Don't find file from foxbase 2.1.2d Post 302523798 by danilosevilla on Thursday 19th of May 2011 10:36:58 PM
Old 05-19-2011
Don't find file from foxbase 2.1.2d

Hi there, finally i'm installed Sco Foxbase 2.1.2d over my Sco Open Server 5.0.7v server.
Well at this point almost is working fine, but, when i Run mi application i receive the next error:
"sh: the_name_of_file": does not exist".

I checked it over the Hard Disk and the file exist, the permisions for this file are OK, so i checked the code and i find that when i run from the Foxplus enviroment:

! the_name_of_file i receive the error, but when i use:
Do the_name_of_file foxplus recognise the file and try to execute the program.

There is some configuration to do over the over the unix system or in the configuration files of Foxplus for execute the "!" instruction??.

Every help wiil be very apreciated.
Thanks a lot.
P.D Sorry by my english, i made my best effort.
Danilo.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

find options don't work in script

Hi, I'm trying to write a bash script to find some files. However it seems that the find command is not behaving the same way when the script is executed as it does when executed from the command line: Script extract: #!/bin/bash ... NEW="/usr/bin/find current/applications/ -name '*jar'... (3 Replies)
Discussion started by: mattd
3 Replies

2. SCO

Screen size with foxbase+ 2.1.2d + Openserver 5.0.7

Hi, i'm running SCO Openserver 5.0.7 with foxbase+ 2.1.2d. Is it possible to change the screen size to use more than 25 lines / 80 columns?. Clients connect using PuTTY, they can enlarge the SSH client window, but the application still runs in the original window size. (0 Replies)
Discussion started by: cyruspy
0 Replies

3. UNIX for Dummies Questions & Answers

Find files that don't match expression

How Do I find all files in /home that are not .jpgs? (5 Replies)
Discussion started by: glev2005
5 Replies

4. Shell Programming and Scripting

Find zero byte file but don't need path

Just i want to ask How to search and display name of zero byte file I have used find command but it is showing complete file path Thanks find . -size 0 giving me zero byte file with location 1)/home/user/a (4 Replies)
Discussion started by: vivek1489
4 Replies

5. UNIX for Dummies Questions & Answers

Using grep to find files that don't contain a string

Hi all, I am still learning my way around unix commands and I have the following question. I have a website and I want to search for all the html pages that don't contain a certain js file. The file I am searching for is located under /topfolder/js/rules.js . So I assume in my grep search I... (5 Replies)
Discussion started by: SyphaX
5 Replies

6. UNIX for Advanced & Expert Users

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

7. SCO

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

8. Shell Programming and Scripting

Find command don't output anything, but file is there

Please if You can help me debug why nothing is found by this command? # echo "Zeus Robot" >> /home/vps/190/test # cat /home/vps/190/test Zeus Robot # find /home/vps -type f -mtime 2 -size -1000k -exec grep -l "Zeus Robot" {} \; >> out # cat out # cat /home/vps/190/test Zeus Robot Why... (6 Replies)
Discussion started by: postcd
6 Replies

9. UNIX for Beginners Questions & Answers

Need help running a Foxbase command in UNIX

Hello, I'm new to Unix and need the help of an expert. How can I run a foxbase command "DO perform FoxBase program" in Unix? Thank you (1 Reply)
Discussion started by: webuxer
1 Replies

10. UNIX for Beginners Questions & Answers

Don't have tree, need advise to differentiate dir from file from this alternative that uses find

Hi, I don't have tree on the Solaris server and our SA don't want to install it. I found this example from One Line Linux Command to Print Out Directory Tree Listing | systemBash that more or less does what I am mainly looking for. Example run is as below: $: find ./ | sed -e... (2 Replies)
Discussion started by: newbie_01
2 Replies
doconfig(8)						      System Manager's Manual						       doconfig(8)

Name
       doconfig - a program to aid system configuration

Syntax
       /etc/doconfig [-c config_file] [-e ed_script]

Description
       The  shell  script modifies a copy of the GENERIC configuration file for a new ULTRIX system kernel.  The script prompts you for the system
       name.  If the system name does not currently exist, a system configuration file with that system name is built.

       Whether the configuration file is built or not, the script then allows you to edit, configure, and build until both the	configuration  and
       the kernel build run without errors.  Additional runs of can be made to tune the configuration further.

       When new hardware is added to a system, the configuration file should be updated to reflect the new system configuration.  When updating an
       existing configuration file or creating a new configuration file with the system must be operating the generic kernel or new  hardware  may
       not be found.  To successfully complete the process, follow these steps:

       1.   Save the running as

       2.   Move to

       3.   Reboot the system to single user mode.

       4.   Check file systems.

       5.   Mount the file system.

       6.   Run the program.  (When execution is complete, make a note of the message prints showing the path and location of the new

       7.   Move to

       8.   Copy the new (from the message noted above) to

       9.   Reboot the system.

Options
       -c     The  name  of  the  existing  configuration  file should be supplied without specifying the pathname.  This file should exist in the
	      directory.  A new kernel is built using the specified configuration file.

       -e     When specified, the configuration file is edited by the ed script before building the new kernel.

Files
See Also
       ed(1), config(8)
       Basic Installation Guide
       Guide to System Configuration File Maintenance

								       RISC							       doconfig(8)
All times are GMT -4. The time now is 11:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy