
Filemorph vocal software#
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: * UI improvements.Ĭopyright (c) 201 7 WordTech Communications LLC * Windows executable deployment based on code from
Filemorph vocal update#
* Improved security in application update process. * Improved scrolling performance, security support on macOS. Website and license: * Windows executable deployment based on code from * Twapi packages for Windows integration. * The tcllib and tklib libraries for Tcl/Tk. The following open-source technologies have gone into the development of FileMorph: The tool can then be incorporated into a batch script such as the off set testdir "C:/Users/kevin/Desktop/unitfiles" if exist %testdir% ( rmdir %testdir% ) xcopy "testsource" %testdir% start FileMorph.exe call timeout 2 >null call DDECmd execute -server TclEval -topic FileMorph -command "set_directory_path %testdir%" call DDECmd execute -server TclEval -topic FileMorph "set_old_extension jpg" call DDECmd execute -server TclEval -topic FileMorph "set_new_extension gif" call DDECmd execute -server TclEval -topic FileMorph "change_extension" call DDECmd execute -server TclEval -topic FileMorph "set_old_text test" call DDECmd execute -server TclEval -topic FileMorph "set_new_text foo" call DDECmd execute -server TclEval -topic FileMorph "change_text" call DDECmd execute -server TclEval -topic FileMorph "set_added_text bar" call DDECmd execute -server TclEval -topic FileMorph "set_prefix_or_suffix 1" call DDECmd execute -server TclEval -topic FileMorph "add_text" call DDECmd execute -server TclEval -topic FileMorph "change_file_time" start %testdir%
Filemorph vocal install#
An easy way to automate TextSweep from the command line is to install Chris Oldwood's free DDE Command tool from. There are various programming languages on Windows in which one can write a DDE client to automate a DDE application, including Tcl, Python, VBA, C/C++, and others. Additional user support is available via the "Contact Code by Kevin" item in the Help menu and the website link in the help menu. The tool can then be incorporated into a batch script such as the following:įileMorph provides comprehensive user documentation from the "Help" menu, and also provides tooltips for the toolbar buttons. The DDE protocol has several components, including a "Service," "Topic," and "Items." In FileMorph, the Service name is always TclEval (because that is the underlying name that the Tcl interpreter supports), the Topic name is FileMorph, and Items (data or return values) are not currently required.



Automating the application on Windows can be done using the Dynamic Data Exchange (DDE) protocol.
