Thursday, February 24, 2011

set an environment variable to a string from file

C:>echo filestring > f
C:>set /p x= del f
C:>set x
C:>x=filestring

No comments:

Post a Comment