Finding a file on an NT volume

I was wondering if there is a way to find a particular file on an NT server volume. I’ve written an applescript inside a OneClick 2.0 script that queries a particular field from a current record from a Filemaker Pro dbase, extracts the information from it, stores it in a variable and places the info in the clipboard. The next thing I want to do is to go find the particular file on the NT volume. I’m running OS 9.0.4. Any suggestions?

Variable vFilenameAppleScript
tell application "FileMaker Pro"
cell "file name" of current record
end tell
End AppleScriptClipboard = ASResultvFilename = ASResult

The recommended way is to pass commands through Timbuktu Pro.
AppleScript for the Internet includes a chapter on this see the PeachPit Press website, There’s a downloadable script file there which includes scripts which lets you do what you are asking