I would like to close an open file from VBScript. So far with what I have, it keeps on telling me I need an object. I'm not sure how/what object to create for this instance. I'm very new to VBScript and still trying to get the hang of it with the object concept. Here's the little I have (although I don't expect more than one line more):
Dim myfile
set myfile = "..\..\load\pems\ofp\nvm_translator\nvm_tutorial_pems.pptx"
myfile.Close
Dim myfile
set myfile = "..\..\load\pems\ofp\nvm_translator\nvm_tutorial_pems.pptx"
myfile.Close