From owner-freebsd-isp Mon Jun 30 13:43:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA15059 for isp-outgoing; Mon, 30 Jun 1997 13:43:21 -0700 (PDT) Received: from eternal.dusk.net (root@eternal.dusk.net [205.250.29.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA15054 for ; Mon, 30 Jun 1997 13:43:11 -0700 (PDT) Received: (from hochhold@localhost) by eternal.dusk.net (8.8.4/8.8.4) id RAA29929; Mon, 30 Jun 1997 17:38:10 -0300 (ADT) From: Christian Hochhold Message-Id: <199706302038.RAA29929@eternal.dusk.net> Subject: Re: Scripts and Programs To: marcin@v-m.com Date: Mon, 30 Jun 1997 17:38:10 -0300 (ADT) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <33B81160.6F3E@v-m.com> from Marcin Pasek at "Jun 30, 97 03:04:48 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chances are.. that the directory where you compiled the program are not in your path; add the directory to your path and you won't need the ./ Any program you want to run at certain intervals & times - you can use crontab to execute them. Christian > When runnig the program written in C I compile that code using CC and > then to run it I have to type in ./a.out ? Why do I have to do it this > way why I can't execute the program like on my normal Unix Account just > by typing in the a.out ...???? > > One more question....I would like to run a specific program every 30 > minutes is there a easy way to do this in FreeBsd OS? > > > Thanks > > Marcin >