UnxUtils Console
1) Download and uncompress UnxUtils, from here:
2) Create a simple .bat file for loading tools, like this sample:
3) Create a link to this file, like this sample:
http://sourceforge.net/projects/unxutils/
2) Create a simple .bat file for loading tools, like this sample:
@SET UNXUTILS_HOME=C:\Mirco\Programmi\UnxUtils\usr\local@rem
@echo Setting environment for using UnxUtils.
@rem@set PATH=%UNXUTILS_HOME%\wbin;%PATH%;
@set INCLUDE=%UNXUTILS_HOME%\include;%INCLUDE%
@set LIB=%UNXUTILS_HOME%\lib;%LIB%
3) Create a link to this file, like this sample:
%comspec% /k "C:\Mirco\Programmi\UnxUtils\UnxUtils.bat"
Commenti