|
This is a collection of how-to-do-it-in-script examples. They're not fancy applications - just workman code that do utility jobs that might be required in any script.
If you don't know what to do, are curious about how another solution differs from yours or just want to learn something - these are for you. If you're doing batch file processing you probably need to know the directory structure of a branch on the disk drive. It's easy to rely on the user to launch DRAW before they run your script but
things could go wrong so you might need to know if Draw is running before your script tries to
use it. Have you tried to script Exports in DRAW only to have to rely on the last user's manual export settings? Here's how to set export settings behind DRAW's back so your script doesn't have to.
Copyright © 2002 Misty Creek Productions Inc. All rights reserved.
|