Tag: command
Microsoft Exchange 2007 – Installing Client Access Role via Command Line Interface (CLI)
by Installer on Aug.23, 2011, under Exchange 2007
For more videos visit computerseekho.com http
How to Create and Delete a file using Vbscript – Miutbevids
by Installer on Apr.02, 2010, under Vbscript
Code for Create the file : Dim objfso Set objfso = createobject(“Scripting.filesystemobject”) Const Append = 8 Dim fdir fdir = (“C:\Program Files\fake virus\create and delete\”) Const fname_ext = “miutbevids.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(“hi from miutvebvids www.miutbevids.webs.com”) fwrite.Close() Set fwrite = Nothing Set objfso = Nothing Code For Delete: Set objfso = createobject(“Scripting.filesystemobject”) objfso.deletefile(“C:\Program Files\fake virus\create and delete\createdfile.txt”) ———————- Rate Comment Subscribe Request www.mutubevids.webs.com
vbscript – Drive List
by Installer on Apr.02, 2010, under Vbscript
This tutorial will allow you to list the drive letters in your computer using message boxes and command prompt