chmod problem
Barry Wiseman
barrywiseman at verizon.net
Mon Feb 10 11:05:03 PST 2014
On 2/10/2014 1:54 PM, tob at b-e-s-t.com wrote:
> I have a prc that creates a script to run a report and then email the results.
> But when filepro creates the script it is only rw -
> -rw------- 1 filepro filepro 302 Feb 10 13:39 payrpt200
> SO
> later in the prc when I try to run it with a system call it fails. I don't receive any error. It simply fails to execute.
> How can I force filepro to give it the permission I need.
> Thanks
>
>
Pre-create the file with
system "touch filename; chmod 700 filename"
More information about the Filepro-list
mailing list