Eddie Gonzales wrote:
>
> test but when I try to run backupPC_sendEmail from CMD it says the 
> “sh: BackupPC_sendEmail: command not found” even though I am in the 
> correct directory
>

Unlike Windows, Linux based systems don't search the current directory 
for executables, just the system's path. To execute a program within the 
current directory, you need to precede the command with a ./

So, to run that command would be:

./BackupPC_sendEmail

Doug

-- 

Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."


------------------------------------------------------------------------------
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to