* I assume by cd - you mean the "change directory" command, not mount a compact disk ;-]
* You're trying to cfexecute a "change directory" command?
* Can you uncompress the binary file via cfzip or similar library?
* Does the OpenBD process have sufficient permissions to run the script/command?
I guess I just needed more info.
Al

On 4/16/2014 8:18 AM, Skellington wrote:
Hello,
I have some complex scripts that have to cd to a directory to do some work and that appears to not be working when I use cfexecute. As an example I have a binary file which I need to uncompress it's contents in to a specific directory:

pushd #ulTmpPath#/pkg/Scripts

cat ../Scripts.bin | gzip -d | cpio -id


This works great via command line but not via cfexecute. In fact I don't see anything or get a error.


Is there another way to solve this?


Thanks.

Charlie

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to