| language
Information, tips and tutorials for ZTree file manager
ZTreeLauncher2
ZTreeLauncher2
The "classic" version of ZTree launcher is written with BTEWin language. While it fits many needs, the program has also some inherent limitations due to BTEWin language. It has also many features that are now broken or outdated due to newer version of ZTree. For instance, many environment variables created by Launcher are now created internally by ZTree itself. And all features using or refering to console title are affected because ZTree allow user to change console title dynamically. Instead of trying to fix all these changes with BTEWin, I decided to get back to the roots and rewrite a plain basic utility for my own need, using this time the much more powerful and popular AutoHotKey. The ZtreeLauncher2 is very very VERY VERY basic for the moment being. It does the following:- Add ZTree directory to current path
- Set ZTEMP to be under ZTree directory (my preference)
- Add \ARCH subdir to current path (\ARCH is located under ZTree. I keep all archiver executables there. Again, my preference)
- Launch Ztree with /Y /ZB /SCO
SetWorkingDir %A_ScriptDir% EnvSet ZTEMP,%A_ScriptDir% EnvSet PATH,%path%;%A_ScriptDir%;%A_ScriptDir%\ARCH RUN ZTW.EXE /Y /ZB /SCO
Contributors to this page: ian
and
laurent
.
Page last modified on Friday 20 of November, 2009 00:49:34 EST by ian.
Category: ZTreeWin Utilities
