-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
Bootless Star has a very configurable environment that modules can take full advantage of and utilize.
Table of Contents
Bootless Star accepts only two major copy extCMD's, XCOPY
and ROBOCOPY
. There maybe times when modules will simply over-ride this setting.
-
XCOPY
- Default
- This extCMD focuses primarily on data and the hierarchy setup.
-
ROBOCOPY
- This extCMD is a very robust version of
XCOPY
, but is mainly intended for large scale operations. - In order to use this extCMD, Bootless Star must have Administrative Rights. Without this permission, this extCMD will never execute any instructions.
- This extCMD is a very robust version of
Because modules may need extCMD's or specialized software to perform their tasks, Bootless Star tries to simplify the user's life by trying to automatically detecting what is available on the host system and sharing that information with modules. Doing this, will allow the user to focus more on what tasks has to be performed as opposed to trying to set up each session. In addition, you do NOT need to have all of the programs or maybe none at all. Please check the module documentation as to what the module requires.
If incase a program was not detected automatically but infact is installed on the host system, the user can reconfigure the directories.
-
Microsoft Visual Studio Category
- Visual Studio 2005
- Visual Studio 2008
- Visual Studio 2010
- Visual Studio 2012
- Visual Studio 2013
- Microsoft HTML Workshop
- MinGW
- 7Zip
- Inno Setup
-
Python
- v3.x
- v2.7.x
When a notification or a critical message appears on the terminal, modules can alert the end-user. The notification is merely invoking the BEL character, which - on modern Windows systems, that would output a 'beep' noise to the default output audio.
- Notify for all notifications
- Default
- Notify only for errors
- Disable
- No sound
Bootless Star allows logging by merely taking the STDOUT and redirecting it to a simple log-file on the filesystem instead of the terminal buffer. However, during operations, this may cause issues with performance because of the needing I/O time with the secondary storage.
- Disable logging
- Default
- Enable logging
Do note that this project is no longer in evolution nor maintained development cycle anymore. Thus, meaning, no new features or bug fixes will be submitted into this project anymore. With that, use this software at your own risk.