MV.net: | inicio / home | documentos / documents | software / software | personal / personal | blog |
Software: | inicio / home | CMS4P | IEEditor | mvDocRun | OSCPMWin | OSCPM-Aspel | phpWPoison | phpSETIMon | SiTeFiLo | SleepShell |
This is a simple document or program loader. Its purpose is to load a list of documents using the default software according to the document type. So, for example, you can ask it to load a file named index.htm and it will try load the file using the default web browser.
You can use it to automatically load a text file, a web page, a Flash animation or a PDF file in an autorun CD (also called autostart CD or autoload CD). The reason to do it using mvdocrun is that you cannot know what applications the user has installed in the computer (or what are the prefered applications).
Or, if you are a programmer, you can use it to restart your application (just before your application exit, you call mvdocrun asking it to run the application after a few seconds); which is useful when applying configuration changes that need the software to be restarted programmatically.
Features.
Requirements.
Installation.1) Get the files. 2) Unpack. 3) You are done. Usage.Usage: Parameters: If you use any conflicting parameters (for example, verbose and quiet at the same time) only the last conflicting parameter will be used. The exit code (or return code) of mvdocrun is equal to the number of successfully invoked files. So, if only one file was loaded, a 1 is returned, if 2 files were loaded, a 2 is returned and so on. If no files were loaded a 0 is returned. License.
MV Document Run (mvdocrun). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Download.
Usage examples.If you want to create an autostart CDROM which can load an HTML web page, a Flash animatio, a PDF, a text file or something else, follow these steps. 1) Create an autorun.inf file. open = mvdocrun.exe splash.swf index.htm readme.txt
This example tells Windows to run the program mvdocrun.exe (which should be in the CDROM root directory) with the parameters mvdocrun.exe splash.swf index.htm readme.txt. The purpose is to run mvdocrun and let it try to load splash.swf (a Flash file) with a Flash player (if the user has one installed); if loaded successfully, the job of mvdocrun is done and it will exit (leaving the user with your Flash presentation). But if mvdocrun cannot find a Flash player, then it will try to load index.htm with the default browser; if loaded successfully, mvdocrun will exit and leave the user with your HTML page. But if mvdocrun cannot load the file, it will try to load the file readme.txt with the default text viewer. Hopefully, your user will be able to load any of the files. 2) Prepare the file structure. 3) Burn your CDROM. 4) Test it. Questions, comments, suggestions.You can send your questions, comments or suggestions by email. Don't hesitate to contact the author by email (mario@mariovaldez.org). Alternatives.Isn't this software what you are looking for? There are several other products to load documents with the default application. The following are very similar to mvdocrun:
There are also other programs designed specifically for the CDROM creation process, some with added features as the creation of menu systems:
Source code.You can download the source-code of the MVDocRun (MV Document Run) application. The source-code packages include the debugging map file and the reference executable file. You will need Borland Delphi to compile it (we use Delphi 6).
Browse the source files (1.0.0). |
MV.net: | inicio / home | documentos / documents | software / software | personal / personal | blog |
búsqueda / search | estadísticas / statistics | privacidad / privacy | webapps | a / f | e / l |
Copyright ©1994-2024 by Mario A. Valdez-Ramírez. |