Several years ago I developed an application using a network database and which accessed a 3rd party library. At the time I was compiling and linking using batch files thus:
compile bat: cobol bomp.cbl anim case litlink makesyn "comp-5"="comp" omf(obj)
link.bat: cbllink bomp.obj image3kc.lib
I now want to update the application using Visual Cobol. How can I set up VC to replicate these various commands?
Thanks
Paul