Hi I am trying to pass a user input variable from a BAT to VBS script
Im sure this can be done in VBS but the user \"Filename\" input is used also later in the BAT f
WScript.CreateObject("WScript.Shell").ExpandEnvironmentStrings("%FileName%")