VBScript - "\n" in file path -


i want show "c:\project\ndev" message box result print "\n" new line, hence actual result "c:\project" + new line + "dev" know how treat case? i've spent time still have no solution.

i have tried 2 variations on calling msgbox function on windows 8 box.

option 1 - using sub procedure

x=msgbox("c:\project\ndev",0,"your drive letter information") 

result

enter image description here

option 2 - use plain msgbox call.

msgbox("c:\project\ndev") 

result:

enter image description here


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -