To elude double quotes around your entry, i.e. to hit at my things in the file
instead of at "my things in the file"
you may use next code snippet in place of objFile.WriteLine objArgs(0)
:
strResult = "" For ii = 0 to objArgs.Count - 1 strResult = strResult & CStr( objArgs( ii)) & Space( 1) Next objFile.WriteLine Rtrim( strResult)