Um doppelte Anführungszeichen um Ihren Eintrag zu vermeiden, dh at my things in the file
anstelle von at "my things in the file"
Sie zu schlagen, können Sie anstelle von Folgendes Code-Snippet verwenden objFile.WriteLine objArgs(0)
:
strResult = "" For ii = 0 to objArgs.Count - 1 strResult = strResult & CStr( objArgs( ii)) & Space( 1) Next objFile.WriteLine Rtrim( strResult)