Search results

  1. F

    writing environment vars

    Hi, in a post below I asked how to read an environment var, now I need to write to one. I'm building a VBS/VBA app that calls a predefined progress program. I feed it parameters using environment vars like "fromdate" "todate" "outputfile" but now I need progress to signal back to windows that...
  2. F

    reading environment vars

    Hello, I'm writing a vbs script that runs a predefined progress programme that I would like to pass parameters to, like the 'output to csv' filename. It is very easy to define envir vars in VBS, but how easy is it to read them in progress ? regards Ward
Top