Adds quotes to a filename… especially useful when sending an argument to a program (ie a filename) and it has spaces in it (with spaces if shows up as multiple arguments.
newSAtr = Chr( 34 ) & Environment( "ProductDir" ) & Chr( 34 )
Posted in VBScript

daniva




Recent Comments