Hi,
I need to modify a variable that I am reading from the screen. For example, if the %TARGETDIR% reads "c:\Inetpub\wwwroot\myApp", I need to modify it to read "c:\\Inetpub\\wwwroot\\myApp".
How do I do this?
Thanx
I need to modify a variable that I am reading from the screen. For example, if the %TARGETDIR% reads "c:\Inetpub\wwwroot\myApp", I need to modify it to read "c:\\Inetpub\\wwwroot\\myApp".
How do I do this?
Thanx
Comment