Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by heimly

  1. heimly

    Loop VBScripts many times by the use of text or csv file

    I have made one script that i must run on many different sites in an aplication Is it possible to run it at once depend of text file ore csv file. I am new on this. I have try following: Set FSO=CreateObject("Scripting.FileSystemObject") Set TF2=FSO.OpenTextFile("D:\temp\all.txt",1) '...
  2. heimly

    Several macro in one macro

    I use Excel 2007. I wish to delete row that contain Various contents I have tryed following code. It stop on what = "Fail" or "Loggoff" sub Fail() Dim rng as Range Dim what As String what = "Fail" or "Loggoff" Do Set rng = ActiveSheet.UsedRange.Find(what) If rng Is Nothing...
  3. heimly

    Merge 2 scripts

    Thanks it works. md="%comspec%, Can I use the following command on all cmd scripts
  4. heimly

    Merge 2 scripts

    I wish to disconect nettwork's path after the job is finiched. I have make 2 scripts that work fine but i wish merge it. The first is: Dim WshNetwork Dim objShell Set WshNetwork.CreateObject ("WScript.Network") WshNetwork.MapNetworkDrive "O:", "\\Servername\Shere",,"username", "Password" Set...
  5. heimly

    Disconnect networks path after script job

    I wish to disconect nettwork's path after the job is finiched. I have make 2 scripts that work fine but i wish merge it. The first is: Dim WshNetwork Dim objShell Set WshNetwork.CreateObject ("WScript.Network") WshNetwork.MapNetworkDrive "O:", "\\Servername\Shere",,"username", "Password" Set...

Part and Inventory Search

Back
Top