This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
__author__ = 'LexiconCode' | |
Command-module for Atom | |
Official Site "https://atom.io/" | |
""" | |
from caster.lib import control, settings | |
from caster.lib.dfplus.additions import IntegerRefST | |
from caster.lib.dfplus.merge import gfilter | |
from caster.lib.dfplus.merge.mergerule import MergeRule | |
from caster.lib.dfplus.state.short import R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This file is part of Dragonfly. | |
# (c) Copyright 2007, 2008 by Christo Butcher | |
# Licensed under the LGPL. | |
# | |
# Dragonfly is free software: you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published | |
# by the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
if not defined NATSPEAK_PATH call :finddragon | |
if not defined NATSPEAK_PATH ( | |
echo Unable to find natspeak.exe. if you are using Dragon NaturallySpeaking please set the environment variable NATSPEAK_PATH to point to your natspeak.exe and try again. | |
set WSR=1 | |
goto :kill | |
) |
NewerOlder