Загрузка...

create a file with vbscript

How to create a file using vbscripting. All thanks goes to Stupidgaylogincrap script here: Dim objFSO Set objFSO = CreateObject("Scripting.FileSystemObject") Const Append = 8 Dim FDir FDir = ("Area where file will be saved") Const FName_Ext = "Title of document.txt" Dim Final Final = FDir + FName_Ext Dim objtxt set objtxt = objFSO.CreateTextFile(Final, True) Set objtxt = Nothing Dim FWrite Set FWrite = objFSO.OpenTextFile(Final, Append) FWrite.WriteLine("this is the text in the file.!!! hahaha lol wohoo yada yada yada. okay done!") FWrite.Close() Set FWrite = Nothing Set objFSO = Nothing

Видео create a file with vbscript автора Творческий Путь к Удовлетворению
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять