i made an installation script... it is working but i have a problem with the last part.
At the end of the script, i want to delete the current script after installation is complete
here is the code i am using to self-delete the install:
Option Explicit
DeleteSelf
Sub DeleteSelf()...
Hello,
Here's what i want to do :
i already have a script that will list all the files inside a folder then make a text file with the infos (i posted the code below)
But i want to copy the files list to the clipboard instead of writting the result in a text file.... could someone help me to...
I'm using this script:
Set objFileSys = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFileSys.GetFolder("C:\DVR_Media\video")
For Each Folder In objFolder.SubFolders
FolderCreated = Folder.DateCreated
FolderAge = DateDiff("d", FolderCreated, Now)
If FolderAge >= 0 Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.