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.
