Computing.net: Question & Answers Forum Latest Questions

computing
  • 0
  • 0

I have a properties file (my.File.properties) that contains the lines…my.webSphere.directory=my.webSphere.profile=… The user will fill those parameter say …my.webSphere.directory=D:IBMWebSphereAppServerprofilesAppSrv01binmy.webSphere.profile=AppSrv01… Now, I want to create a batch file that gets the parameter my.webSphere.directory and my.webSphere.profile from my.File.properties Thanks!!! @echo off for ...