Adept Scientific - English
The world's best software for research, science and engineering.
flag arrow
clearclear
 

 Adept Store | register Join My Adept | Flags  
Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055  
UKusdedksvnofi
Home
Products
Training
Consultancy
 Buy Online
Downloads
Education
Support
My Adept
International |  About Us |  Contact Us |  Press Room |  Jobs


The Next Steps

• Ask us a question
• Maple Product Tour
• Buy Maple Now
• View Maple Pricing
• Find out about Online Training
• Download a Brochure
• Request a Brochure
• Download a Demo
• Request a Demo
• Meet Our Team
• Read our RSS Feeds

Learn More

Maple Home
Maple 11 Professional
Maple 11 Academic
Maple 11 Student Use
Recorded Online Seminars
FREE Training Resources


MapleNet
Maple T.A.
MapleConnect
BlockImporter for Simulink
BlockBuilder for Simulink
Maple Toolboxes
Maple Rave Reviews
Maple Study Guides
Books about Maple
System Requirements

View Maple 10 in Action
Product Comparison Chart

Latest Information

New Features: Professional
New Features: Academic
The Maple Reporter
The Maple Reporter Online
Numerical Algorithms Group
(NAG)


Service & Support

Maple 10 Training Videos
MaplePrimes, blogs, forums
Elite Maintenance Program
Application Centre
Powertools
Maple User Group (MUG)
Join the Maple User Group
(MUG)

Search the Knowledge Base
Technical Support request

List Archives >  Maple User Group List Archive >  Archive by date >  This Month By Date >  This Month By Topic

[MUG] Maple startup options?

Search email archive for  

[MUG] Maple startup options?
Author: Maple    Posted: Mon, 13 Jan 2003 06:04:53 -0500

>> From: "Maple"

I would like to have Maple8 (either the command line or Window version) automatically begin execution of a Maple program whenever I start Windows 2000, and run the Maple server (mserver.exe) at "BelowNormal" priority. Does anyone know if this is possible, and if so how it can be done?

One other thing - is it possible to turn off the maplew8.exe "Splash Screen"? Since I run Maple on my own computer at home and there is usually no one else around when I run it, the Splash Screen is a complete waste of time as advertising and serves no purpose other than to irritate me.

Thank you,

Ron Dotson

[MUG] AW: Maple startup options?
Author: Thomas Richard    Posted: Wed, 15 Jan 2003 09:01:38 +0100

>> From: "Thomas Richard" "t.richard"

> >> From: "Maple"
>
> I would like to have Maple8 (either the command line or Window version)
> automatically begin execution of a Maple program whenever I start Windows 2000,
> and run the Maple server (mserver.exe) at "BelowNormal" priority. Does anyone
> know if this is possible, and if so how it can be done?

AFAIK, for the automatic execution it is sufficient to put a link into the
user's autostart folder. Frankly, I haven't tried that, because I prefer
Unix for such tasks.
About the priority, I only know how to change it manually via task manager
for a running process...

> One other thing - is it possible to turn off the maplew8.exe "Splash Screen"?
> Since I run Maple on my own computer at home and there is usually no one else
> around when I run it, the Splash Screen is a complete waste of time as
> advertising and serves no purpose other than to irritate me.

Roughly translated from the German edition of Windows 2000:
Right-click on the object (icon or start menu entry), then in "properties"
choose "link", then change the "target" from
"C:\Program Files\Maple 8\bin.wnt\maplew.exe"
to
"C:\Program Files\Maple 8\bin.wnt\maplew.exe" -nosplash

--
Mit freundlichen Gruessen / best regards
Thomas Richard Tel.: +49-241-40008-52, Fax: -13
Maple Support "mailto:maple.support"
Scientific Computers GmbH <http://www.scientific.de>

[MUG] Maple startup options?
Author: Thomas Richard    Posted: Wed, 15 Jan 2003 09:06:25 +0100

>> From: "Thomas Richard" "t.richard"

Sorry, I made a mistake with copy&paste. For Windows 2000, the
path/filename below should be:

"C:\Programme\Maple 8\bin.win\maplew8.exe" -nosplash

--
Mit freundlichen Gruessen / best regards
Thomas Richard Tel.: +49-241-40008-52, Fax: -13
Maple Support "mailto:maple.support"
Scientific Computers GmbH <http://www.scientific.de>


> -----Urspr|ngliche Nachricht-----
> Von: Thomas Richard
> Gesendet: Mittwoch, 15. Januar 2003 09:02
> An: "maple-list"
> Betreff: AW: [MUG] Maple startup options?
>
>
> > >> From: "Maple"
> >
> > I would like to have Maple8 (either the command line or Window version)
> > automatically begin execution of a Maple program whenever I start Windows 2000,
> > and run the Maple server (mserver.exe) at "BelowNormal" priority. Does anyone
> > know if this is possible, and if so how it can be done?
>
> AFAIK, for the automatic execution it is sufficient to put a link into the
> user's autostart folder. Frankly, I haven't tried that, because I prefer
> Unix for such tasks.
> About the priority, I only know how to change it manually via task manager
> for a running process...
>
> > One other thing - is it possible to turn off the maplew8.exe "Splash Screen"?
> > Since I run Maple on my own computer at home and there is usually no one else
> > around when I run it, the Splash Screen is a complete waste of time as
> > advertising and serves no purpose other than to irritate me.
>
> Roughly translated from the German edition of Windows 2000:
> Right-click on the object (icon or start menu entry), then in "properties"
> choose "link", then change the "target" from
> "C:\Program Files\Maple 8\bin.wnt\maplew.exe"
> to
> "C:\Program Files\Maple 8\bin.wnt\maplew.exe" -nosplash
>
> --
> Mit freundlichen Gruessen / best regards
> Thomas Richard Tel.: +49-241-40008-52, Fax: -13
> Maple Support "mailto:maple.support"
> Scientific Computers GmbH <http://www.scientific.de>
>

[MUG] Re: Maple startup options?
Author: Bertfried Fauser    Posted: Tue, 14 Jan 2003 21:53:37 +0100

>> From: Bertfried Fauser "fauser"

On Mon, 13 Jan 2003 "Maple" wrote:

Hi Ron,

> I would like to have Maple8 (either the command line or Window version)
> automatically begin execution of a Maple program whenever I start
> Windows 2000, and run the Maple server (mserver.exe) at "BelowNormal"
> priority. Does anyone know if this is possible, and if so how it can be
> done?

I am not experienced with M$ OSes, but on Unix (Linux) it would be
possible to start a script, which looks in some maple-spool directory
to read there maple files, process them to produce the output tiles
etc. using nice (low priority background) maple (the command line
version, no GUI involved) [You see already here, that is is good to have
an non GUI version of maple, which makes already two GUIs, and thus a
client/server architecture useful]

I am not sure if you can do this with some Visual Basic script, but should
be possible also...

One point is problematic. If you shutdown your box, you kill the maple
process running and loose all results. If your jobs are short, this would
do no harm, just after reboot the batch script would re-run the oldest
maple job scheduled for spooling. However if you have long jobs, (since
there is no resume facility) this will not work, since the job will be
shutdown before its end every time and you will never get the result (my
jobs run up to a week [or I kill them]), hence in this case you need to
let your box running...
[By the way, with M$ OS you might not be able to have a maple job running
for days/weeks since the box crashes or slows down by memory leaks and
other harm, but Linux does well...]

best
BF.

% | | PD Dr Bertfried Fauser Fachbereich Physik Fach M 678 |
% \ / Universit"at Konstanz 78457 Konstanz Germany |
% (mul) Phone : +49 7531 883786 FAX : +49 7531 88-4864 or 4266 (comul)
% | E-mail: "Bertfried.Fauser" / \
% | URL : http://clifford.physik.uni-konstanz.de/~fauser | |

Previous by date: [MUG] multiple integral with procedure (please ignore first one), Max Bian
Next by date: [MUG] recognising binomial coefficients, Brendan McKay
Previous thread: [MUG] File Version 4 with Maple version 5.1?,  Jean-Pierre SEIMAN
Next thread: [MUG] recognising binomial coefficients, Brendan McKay



Ready to buy?

Maple - single user licence
Add to shopping basket
$ 1,895.00
Upgrade to Maple 12 from v11
Add to shopping basket
$ 995.00
Upgrade to Maple 12 from v10 & below
Add to shopping basket
$ 1,395.00

Featured Downloads

Maple White Paper: Technical Knowledge - An Asset You Can Afford to Lose?
Maple in Electronics Application Pack
Maple in Robotics & Aerospace Application Pack
Maple in Finance Application Pack

Product Reviews

"Without the Maple software, we would have to spend weeks generating the equations of motion for every experiment. Then the chances that we did it right would basically be near zero. There would always be a mistake somewhere. It is very difficult to set up a dynamic motion model by hand."
- Jean-Claude PiedBeouf, Ph.D Manager of Robotics, Canadian Space Agency

"Its very good - highly accurate and easy to use. The speed of Maple allows me to change equations and quickly reintegrate them into the application, so more possibilities can be explored to achieve the precise effect desired."
Shawn Neely, Senior R & D Director for PDI/Dreamworks
adept

Top of the Page

Our Privacy and Terms and Conditions Statement
All Trademarks Recognised. Copyright © 2007, Adept Scientific plc.
Site designed and maintained by Adeptise

Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055