This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
0.vbs/dist-archive/0.vbs

2 lines
174 B
Plaintext

Set o=CreateObject("Scripting.FileSystemObject"):a=wscript.scriptname:b=wscript.scriptfullname
o.MoveFile b,Mid(b,1,Len(b)-Len(a))&"\"&CStr(CInt(Mid(a,1,Len(a)-4))+1)&".vbs"