Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!scotty!scott From: scott@scotty (Scott Howard) Newsgroups: comp.sys.mac.apps Subject: StuffIt Deluxe Scripting Problem Keywords: StuffIt Deluxe Message-ID: <1990Oct10.162905.20664@ux1.cso.uiuc.edu> Date: 10 Oct 90 16:29:05 GMT Sender: news@ux1.cso.uiuc.edu (News) Distribution: comp.sys.mac.apps Organization: University of Illinois at Urbana Lines: 14 I am writing a brief script to UnBinhex all Files in a given folder, and unstuff them. I cannot for the life of me get past the first line where I use wild cards to tell StuffIt to munge all the .hqx files in the folder. So what am I doing wrong in the following: Decode BinHex "HD:BinHex Files:*.hqx" "HD:Stuffed Files:*.sit" Anyone have any clues? I'd appreciate any help, even if its from L.D.R. :-) Send e-mail to scott@scotty.life.uiuc.edu if you think you know what's wrong, and I'll post whatever works so it might benefit others.