I am trying to write a Visual Cobol 2.0 program that calls the fsmgr utility. I want to be able to call a program that will bring a fileshare server down and then back up (this will ensure no end users are still online). According to Micro Focus documentation (http://documentation.microfocus.com:8080/help/index.jsp) I need to do the following if I want to run it on Windows:
Linking Fileshare Manager Applications
On Windows, if your program calls the Fileshare Manager, you need to link in the Fileshare manager object file (fsmgr.obj) when you create an executable file.
I can not find the fsmgr.obj in any of the Microfocus Visual Cobol 2.0 directories. I can find it under my old Net Express 3.1 directory c:\\NetExpress\\Base\\LIB\\. Shouldn't there be a newer version under c:\\Program Files\\Micro Focus\\Visual COBOL 2010\\lib?
Can I link with the version from Net Express 3.1? Or is the fsmgr.obj missing from the VC 2.0 files?




