Todd Dignan Posted June 29, 2009 Posted June 29, 2009 (edited) Hi all, I'm a beginner to VBScript. I know nothing. I did buy a book this weekend, "Micorsoft VBScript Step by Step". So far very frustrating. I can do this via command line with two commands. 1. cd c:Program FilesFilemakerFileMaker ServerDatabase Server 2. fmsadmin close -y -u username -p password FileName.fp7 I need to use FM Server scheduling process to run this. FM server only used VBS or JScirpt on a windows computer. Can someone help me with this? Thanks in advance. Todd Dignan Edited June 29, 2009 by Guest
Wim Decorte Posted July 3, 2009 Posted July 3, 2009 FMS can't execute VBscripts natively only batch files (*.bat or *.cmd). So just use the command that you know and put it in a batch file then use the FMS scheduler to execute it. You will need to save the batch file in the FMS scripts folder.
Recommended Posts
This topic is 5629 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now