D
Dennis.P.Mulqueeny@wellsfargo.com
I am trying to duplicate the following UNIX command in Windows XP DOS
mode:
set WFHM_DATE=`perl Calc_Prior_Work_Date.pl`
which would set the WFHM_DATE to the value of 20070703 (when run on
July 5th, 2007). I am running a third party software package that
supports a DOS mode which is the only place I can manipulate the
environment variables on-the-fly.
I have tried doing 'perl Calc_Prior_Work_Date.pl | set WFHM_DATE='.
It did not work.
Any ideas?
Dennis
mode:
set WFHM_DATE=`perl Calc_Prior_Work_Date.pl`
which would set the WFHM_DATE to the value of 20070703 (when run on
July 5th, 2007). I am running a third party software package that
supports a DOS mode which is the only place I can manipulate the
environment variables on-the-fly.
I have tried doing 'perl Calc_Prior_Work_Date.pl | set WFHM_DATE='.
It did not work.
Any ideas?
Dennis