Calmira Tips and TricksCalmira Tips and TricksMost important tip: read that help file!There is an extensive Troubleshooting section, plus a list ofQuestions and Answers in the Epilogue chapters at the back.Useful information is also scattered throughout.Exiting and restarting WindowsHere are two small utilities for control of Windows from a shortcut.performs the same job asthe Shutdown dialog. Itaccepts a single upper-case parameter that determines itsoperation:. DOS - exists to the MS-DOS prompt. RESTART - restarts Windows. REBOOT - reboots the computerwill drop out to theDOS prompt, run a program,and then start Windows again (useful for Doom etc.).
The firstparameter must be the full path of the program to run. The otherparameters are passed to that program. For example:ExitExec c:dosedit.com c:autoexec.batHow to implement 'Command Prompt Here'The Windows 95 power toys include a command to open anMS-DOS prompt at the selected folder.
You can achieve asimilar effect in Calmira as follows:Create a shortcut or Start Menu item to your normal MS-DOSprompt PIF file (probably called dosprmpt.pif). Make surethat the PIF file does not specify a working directory.Next, edit the shortcut properties (in Calmira) and enter%CurrentFolder% in the Working Directory field.Now whenever you are in an icon window, that shortcut willopen an MS-DOS prompt at the same directory. You can giveit a hot-key to activate it quickly.The equivalent of 'Send to Command Line'The Windows 95 power toys include a command to send theselected filename to the Run dialog. In Calmira, pressingCtrl+R after selecting a file has the same effect.
UnlikeWindows 95, the full pathname does not need to be includedon the command line because it has automatically been noted.How to make a shortcut to the Find Files dialogCreate a script file containing the following lines:Macro$FindThen create a shortcut to the script. You can add a directoryname after the $Find command to specify the default place tosearch from.How to make a shortcut to any Calmira settings dialogSimply follow the idea in the preceding tip, replacing $Find withan appropriate built-in command. You can see a list of thesecommands by editing a Start Menu item and looking in thedrop-down list of the Command Line field.How to make folder shortcut open with a chosen view modeWith the Start Menu, you can specify whether folders are opened showinglarge icons, small icons or a list. To do the same thing using shortcutsand aliases, follow the instructions above for opening the Find dialog,but replace the $Find command with one of the following:$LargeIconFolder directory$SmallIconFolder directory$ListFolder directoryAccessing desktop shortcuts while a window is maximizedJust a reminder that you can bring forward the Calmira desktopby holding down the left mouse button on the taskbar and thenpressing the right mouse button.
You can also just double clickon the taskbar. This seems much easier to use than the Windows 95'Deskmenu' utility, which shows all the shortcuts in a large menu,and in no particular order!How to hide the Computer and Bin iconsGive the objects empty captions, then restartCalmira and they should not appear. The answer in the help file is wrong whenit says that you can't hide the Computer.How to implement My Computer that is closer to Windows 95Here is a general recipe for creating your a new version of My Computerusing Calmira:. Hide the original computer icon as described above.
Create a folder somewhere, and give it the file description 'My Computer',or whatever you want to call it. You need to enable file descriptionsas captions to get a multi-word title. Create new aliases to point to all of your drives.
Calmira II shell for Microsoft« Windows(TM) 3.1Online! Release 3.0Copyright (C) 1998-1999 Calmira Online!Copyright (C) 1997-1998 Li-Hsin HuangThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe 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 ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.Calmira is a Windows 95 user interface for Windows 3.1.