This page lists usefull tools/utilities created by WizardSoft (all for command line or batch/script file use).
-MoniMe.exe: Change multi monitor resolution and position
-IniMe.exe: Read or write INI files
-EditMe.exe: Edit text or configuration files
Please report comments, bugs or feature requests to us! Looking for a custom tool? Feel free to contact us by e-mail (custom commercial project).
MoniMe
Copyright 2010 WizardSoft, www.wizardsoft.nl
MoniMe: Change display modes and easy dual monitor configuration BETA.
*This tool is provided AS-IS without any warranty or support. Usage of this tool
is at your own risk.*
FREE FOR PERSONAL USE ONLY!
COMMERCIAL/BUSINESS/EDUCATION: Please contact us for details: info@wizardsoft.nl
Distribution: you may only distribute this in the same condition as the original
package (stand-alone exe, readme and examples).
EXAMPLES (primary display is the display with the start menu and taskbar):
monime /d1:1680,1050,32,60 /d2:1440,900,32,60 /p:d2
display 1 left, display 2 right, primary display 2
monime /d2:1440,900,32,60 /d1:1680,1050,32,60 /p:d2
display 2 left, display 1 right, primary display 2
monime /d1:0
display 1 active, best display settings and primary
MoniMe is usefull for quick and easy multi-monitor configuration. You can create shortcuts for presets so users don't have to mess with Windows display settings. It makes it easy to use external monitors, beamers and docking stations. Display resolutions are easy to setup and you can also specify the primary screen (the one that displays the start menu and taskbar). The screens are automatically positioned in the order you specify.
Download here
IniMe
Copyright 2009 WizardSoft, www.wizardsoft.nl
Read or write INI files. For command line or batch file use.
*This tool is provided AS-IS without any warranty or support. Usage of this tool is at your own risk.*
FREE FOR ANY USE
Free to use and distribute in the same condition as the original zip package IniMe.zip (stand-alone exe, readme and example).
INIME file [/CREATE] [/COMPARE] [/SECTION:section1] /NAME:name1 [/VALUE:value1]
Output is the value of NAME
Meaning of exit code:
* The value of NAME if it's numeric and no /COMPARE
* With /COMPARE: 1 if VALUE equals the original value, else 0
* -11 in other cases
Examples:
Return value of Path in mysettings.ini
inime.exe "%appdata%\mysettings.ini" /n:Path
Write value of Path in mysettings.ini
inime.exe "%appdata%\mysettings.ini" /create "/s:Section One" /n:Path /v:NewValue
Download here
EditMe
Copyright 2009 WizardSoft, www.wizardsoft.nl
Replace one or more words or sentences in text/configuration files. Practical example included: adjust Firefox profile settings (prefs.js) with simple logon script!
*This tool is provided AS-IS without any warranty or support. Usage of this tool is at your own risk.*
FREE FOR ANY USE
Free to use and distribute in the same condition as the original zip package (stand-alone exe, readme and example).
EDITME file [/COMPARECASE] [/REPLACEORADDLINE] oldtext1@@newtext1
Remarks: use &q; for the "-character in oldtext1 and newtext1
Examples:
Replace 'find me' with 'new text'
editme.exe "%appdata%\mysettings.js" "find me@@new text"
Replace complete lines that contains the text 'find me' with 'new text' or 'find me too' with 'new text two'
editme.exe "%appdata%\mysettings.js" /replaceoraddline "find me@@new text" "find me too@@new text two"
Download here