Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



Program Finder NormalFreeware onlyShareware only

WinScheduler 7.0.0 Beta 1 Report spyware 

Click to download WinScheduler
View more WinScheduler screenshots (4)
 Downloads: 619
Rating: Good (3.0/5) | Rated by: 15 user(s)
Add to download basket     Send us update information
 Developer: Pitrinec Software | More programs by this producer
 License: Trial , 29.95 $ to buy 
 Size / OS: 3.97 MB, Windows All
 Last Updated: October 11th, 2007, 13:31 GMT
 Category: C: \ System \ System Miscellaneous
 Read user reviews (0) Add a review Refer to friend Subscribe
    Download WinScheduler

WinScheduler description
A program that allows users to create macros working in all Windows applications and schedule them to run

The WinScheduler will allow users to create macros working in all Windows applications and schedule them to run (repetitively) at defined time or on a specific event:
· File is created/changed/deleted
· Window is opened/activated
· Display pixel color changes
· Idle time
· Windows shutdown

Here are some key features of "WinScheduler":

· Easy to use three-pane user interface: Macros are organized to user defined groups (similar to folders in Windows Explorer) for simpler navigation and management. Macro properties are showing in tabbed pane where can be easily modified.
· Simple visual macro editing. It is not necessary to know the macro language syntax. Each command and its parameters is visually edited in its own edit window.
· Fully featured macro editor with integrated debugger. Easily debug macros and watch variable values.
· Smart macro recorder. Macro recorder detect when a window where macro is being recorded is changed and automatically adds code for appropriate window activation. Macro playback reliability is much improved.
· Security - macro file is encrypted and thus it is not possible to view its content in other program or file viewer.
· Password protection - macros can be password protected so that only authorized persons can view/run/modify them.
· Sharing macros in work group. It is possible to share macros over LAN network so that all employees have access to the same macros.
· Generate a file for FreeMacroPlayer. * FreeMacroPlayer is a free environment allowing to trigger and play macros the same as in Macro ToolsWorks.
· Application specific macros - the same macro trigger can start different macros in different applications. This allows user to unify computer environment.

· Variety of macro triggering options:
- Time scheduled trigger - run macros
at specific time, once or repeatedly every X seconds, minutes, hours, days, months. Or every Monday, Tuesday....
- Window trigger - macro is started when specified window is opened or become active (starts receiving keyboard input).
- File trigger - run macro when specified file is changed, created, deleted, become bigger or smaller than defined size.....
- Drive - macro is started when free drive space is lower than defined amount.
- Pixel trigger - macro is started when a pixel on the specified screen location changes color.
- Idle time - macro is started if there is not mouse nor keyboard activity for specified amount of time.
- Windows shutdown - macro is started when Windows is being shut down.
- And other "triggers" can be written as a repeatedly time scheduled macro that, when started, either performs or does not perform required functionality depending on the conditions evaluated (for example, some process is running, a registry key exists, etc.).
· VBA-compatible Basic script with script editor, debugger and dialog box editor.

· Strong macro language with over 150 commands: Commands covers all aspects of computing:
- Files & Folders handling - copy/move delete files and folders. Create ZIP archives and self-executable archives. Print files.
- Send keystrokes and mouse clicks. Imitate user interaction with computer. Insert paragraphs of text while working with document editor, e-mail client, chat tool... Insert date & time automatically.
- Find an image on screen - add "eyes" to your macros, no more "blind" clicks. The command allows the macro writer to programmatically recognize objects (web images, controls, etc.) and click on them reliebaly.
- Execute other programs, run shell context menu commands, run macros in external macro files.
- Use variables to write more complex macros. Variables can be multi dimensional arrays and can be easily persisted to a file. Many variable manipulation operations are available (string operations, text operations, expression evaluation, etc.).
- Rich macro flow controls - "if-else-end", conditional and unconditional loops, "go-to", procedures, "wait", etc.
- Strong error handling - any command execution error is either immediately reported by an error message box or can be programmatically handled. This is fully up to macro designer.
- User defined message box, user defined forms (with edit controls, radio buttons, check buttons, combo boxes, etc.), user defined menus.....
- POP3 e-mail support (receive list of messages waiting on server, receive e-mail, delete e-mail). Send e-mail using SMTP or send e-mail using default e-mail client installed.
- FTP commands to download, upload, delete, etc. files.
- Manipulate windows - activate, move, resize, close, etc.
- Copy data to clipboard, empty clipboard, paste data from clipboard, save clipboard content to file load it again.
- Command macros itself - enable/disable macros, enable/disable group of macros, etc.
- Manipulate registry - read and write data from/to registry, create new registry keys, delete registry data, etc.
- Enumerate running processes, kill given process, determine whether particular process is running.
- More commands - set default printer, shutdown computer, set system time, empty recycle bin, enable/disable screensaver, and many others.


Requirements:

· Pentium 90MHz or better
· 8MB RAM
· mouse or compatible pointing device
· keyboard
· Internet Explorer 4.0 or newer


Limitations:

· 30 days trial


What's New in This Release:

· User interface was improved and simplified.
· The program is compatible with Windows Vista.
· FreeMacroPlayer (free to anyone) that allows to playback macros created in WinScheduler.
· Multiple triggers per macro - trigger macro multiple ways.
· file_zip command allows a user to put multiple files to a single .zip archive file.
· file_unzip command allows a user to retrieve files from a .zip archive.
· file_createselfextr command allows a user to create a self extracting executable file (.exe).
· display_findimage command allows a user to quickly find a section on the computer display that looks exactly the same as an image defined. The command allows a user to write macros that have "eyes". The command can be used to find controls or web links and then move mouse cursor to such a position.
· win_findimage the same as <display_findimage> but the program searches only in the defined window.
· ini_file_read command reads data from .ini file.
· ini_file_write command writes data to .ini file.
· for command allows a user to write simple conditional loops.
· ftp_... commands works also with wildcards (*?).
· Expressions improved by _AND_ and _OR_ operands.
· msg command improved. It takes timeout parameter (optional) that closes the message box automatically after the timeout elapses.
· form_.... command extended by radio buttons.
· form_show command takes additional x, y, parameters that position the form on the computer screen.
· filecopy command significantly improved. The command can show progress window and has new parameters: (i) number of retries if the operation fails, (ii) the command returns number of successfully copied files and the number of failures, (iii) the command logs all failures in textual report file.
· dircopy - the same improvements as filecopy.
· filemove - the same improvements as filecopy.
· dirmove - the same improvements as filecopy.
· execappex command takes new (optional) parameter that allows the macro execution to wait until the program started by execappex finishes execution.
· Multi-dimensional arrays are supported now. The array looks this way: Variable[i1:i2:i3:....:iN]. For example: vMatrix[0:10].
· "Wait for web page loaded" - waitfor - command was improved and is much more reliable now.
· _vLastWebPageLoaded system variable added.
· Macro menu supports icons now.... [ read full changelog ]





Softpedia guarantees that WinScheduler 7.0.0 Beta 1 is 100% CLEAN, which means it does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.

This software product was tested thoroughly and was found absolutely clean, therefore it can be installed with no concern by any computer user.

However, it should be noted that this product will be retested periodically and the award may be withdrawn, so you should check back on this page from time to time. (click here for more information)


Related downloads IT News Popular downloads New additions   Latest reviews  
Macro Mania 12.4.1
Create time-saving macros to automate your computer chores - fast and easy!
Quick Macros 2.2.1.3 Beta
An universal and extensible Windows automation program
My Macros 2.5
My Macros records all mouse operations and keystrokes and save them as macros
Advanced Key and Mouse Recorder 2.81
Advanced Key and Mouse Recorder - Record mouse and keyboard activities for replaying later
WinHost 3.4.1
WinHost allows you to easily create, store and send macros to AOL chatrooms on the fly
MultiMacro 1.0
MultiMacro is a multi-purpose macro utility that can save you from the burden having to perform repetitive tasks yourself
Apis Ceratina 2.2.2.0
Apis Ceratina is a Windows application for recording and replaying macros.
Macro ToolsWorks Professional Edition 7.0.1
Create powerful macros and run them from keyboard, mouse, toolbar or scheduler
Perfect Keyboard Standard Edition 7.0.1
Assign key shortcuts to powerful macros, type faster, eliminate repetitive tasks.

go to top Use the following code to link to this page:



Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

Main categories:
  • Antivirus
  • Compression tools
  • CD/DVD Tools
  • Office tools
  • Programming
  • Authoring tools
  • File managers
  • Desktop Enhancements
  • Internet
  • Network Tools
  • IPOD TOOLS
  • Mobile Phone Tools
  • Multimedia
  • Tweak
  • System
  • Security
  • Others
  • Science / CAD
  • UNIX
  • Windows Widgets
  • PORTABLE SOFTWARE

  • Week's best:
  • SP3 UxTheme Patcher ...
  • PECompact 2.82
  • Sony Vegas Movie Stu...
  • 3DMark Vantage 1.0
  • Total Commander 7.03
  • VistaMizer 2.5.1.0
  • AVG Free Edition 8.0...
  • Windows XP Service P...
  • Ashampoo Burning Stu...
  • XviD Media Codec 1.1...
  • Blu-ray Disc Ripper ...
  • Blu-ray Region Code ...
  • Adobe Photoshop Ligh...
  • PowerDVD 8.0.1531
  • EF Commander 6.54
  • Microsoft Windows In...
  • Nero 8 Lite 8.3.2.1
  • WebSite-Watcher 4.41...
  • EVEREST Ultimate Edi...
  • Nokia PC Suite 6.86....
  • VMware Workstation 6...
  • AnyDVD HD 6.4.2.0
  • Messenger Plus! Live...
  • The Bat! Voyager 4.0...
  • Windows Vista Servic...
  • Nero 8 8.3.2.1
  • Vipre 3.1.1997 Beta
  • Internet Explorer 8 ...
  • Norton 360 2.0.0.242
  • SmartFTP 3.0.1015.5
  • © 2001 - 2008 Softpedia. All rights reserved.
    Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
    Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive