How do I make exec_dset() return a false? As in:

 

if (!(exec_dset('some shell scripting stuff'))

{

                do this....;

}

 

Thanks,

John