vbscript to create a folder
handy script to create new folder, will check folder exisiting or not before create.
handy script to create new folder, will check folder exisiting or not before create.
copy or rename files Handy copy or rename files vbscript. test script you can copy files from source folder to target folder, or rename specific file to target file in target folder, here is test script.
TestFiles First we check any file existing nor not before delete them, will generate a vbDirectory according to file pattern, then go through one by one until hit first file, return True. script to delete number of files under one folder test sample This is test sample to delete all …
Deleting a folder in vbscript is easy but how to delete number of folders like folder patten test*\ ? TestFolders First of all, we need to check any folder existing or not for folder pattern. DeleteFolders Then we can safely to delete folders. test sample We have sample1\, sample2\ under …
There are many vbscripts to generate zip file from one folder, however for me this is fast and easy way to create zip or 7z file. function zip test script Here is test script.
Sometime need to open a folder File Explorer, this short script will help.
I need to process some data for selected rows in vbscript, I don’t care the exactly selected area, only care about row numbers, so develop this function to fill this common purpose. The result returns as vb array, index starts from 0. Few concepts here for selected area: Selection: consists …
Butterfly is a tornado web server written in python which powers a full featured web terminal. The js part is heavily based on term.js which is heavily based on jslinux. https://pypi.python.org/pypi/butterfly/1.2.5 Butterfly is developed by France guy Florian Mounier. $ pip –proxy : install butterfly $ Downloading/unpacking butterfly Running setup.py …
Portable shell terminal kit consisting few parts: 1) bash shell provided by msys, which is collection of GNU utilities on windows /portableapps/msys 2) gcc provided by MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. /portableapps/mingw 3) DOS terminal replacement default …
The mintty is light unix terminal in windows, which came from putty source, it is my main terminal now for daily job. GNUstep coming with msys.bat but it is not support portable, this is idea to make GNUstep portable for mintty: Step1 How to get portable GNUstep 1) install GNUstep …