Jump to content
Server Maintenance This Week. ×

Closing a file on server 10 via VBS


This topic is 5380 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...

This topic is 5380 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.