home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / Vyzkuste / aston / Setup.r / FAQ.TXT < prev    next >
Encoding:
Text File  |  2000-12-07  |  4.4 KB  |  124 lines

  1. FAQ
  2. _____________________________________________________________________
  3. A message like this appeared after Windows9x restart:
  4. "Windows cannot find ...\aston.exe
  5. You must reinstall Windows"
  6. What is to be done?
  7.  
  8. Do  not  reinstall  anything,  just  set  correct  path  to  shell in
  9. "system.ini" file (in MS-DOS mode). You can do it like this:
  10.  
  11. 1.Reboot in MS-DOS mode (hold F8 or Ctrl when booting), choose
  12.   "Command Prompt Only". Or use boot diskette;
  13. 2.Start SHSwDos.exe from Aston's folder, choose Explorer or Aston. 
  14.   Reboot.
  15. or
  16. 2.Edit file %windowsdir%\system.ini, find [boot] section. In the line
  17.   "shell=....." write correct path to existing shell. For example:
  18.   shell=explorer.exe
  19.   Save the file and reboot.
  20.  
  21. _____________________________________________________________________
  22. How to make Aston a default shell?
  23.  
  24. Use  ShellSwp.exe  from  Aston's  distributive.  In  MS-DOS mode, use
  25. SHSwDos.exe.
  26.  
  27. _____________________________________________________________________
  28. When  restarting  Explorer  on  my Windows NT computer a message: "My
  29. Computer  or  Windows Explorer has not been properly initialized yet.
  30. Try again later" appeared. Or second IE4, IE5 copy doesnÆt start.
  31.  
  32. Start  ShellSwp.exe  and  set  DesktopProcess  = 1. For IE4 (IE5) set
  33. option BrowseNewProcess = YES.
  34.  
  35. _____________________________________________________________________
  36. Why does cursor blink when it points to an animated icon?
  37.  
  38. Cursor blinking does not depend neither from Aston nor from video RAM
  39. size.  Maybe  your  video card does not support hardware cursors. But
  40. almost all video cards support two-colored hardware cursors so try to
  41. change  cursor.  Also,  it may be a driver problem or incorrect video
  42. settings.
  43.  
  44. _____________________________________________________________________
  45. How big can animated picture be?
  46.  
  47. 128x128 pixels.
  48.  
  49. _____________________________________________________________________
  50. I want to setup anything manually. How can I do this?
  51.  
  52. Just  edit  configuration files aston.rc and plugins.rc. Their format
  53. is described in aston.hlp.
  54.  
  55. _____________________________________________________________________
  56. Some  program  or  driver works incorrectly with Aston. What is to be
  57. done?
  58.  
  59. First,  look  if  this  program should not work with Aston. There are
  60. usually   Windows  Explorer  enhancements  like  wallpaper  changers,
  61. Systray  clocks,  etc.  Necessarily  check if this program works with
  62. Explorer  Shell.  So, if the problem does not disappear, contact that
  63. programÆs author. Otherwise, mail us.
  64.  
  65.  
  66. _____________________________________________________________________
  67. I  want  to  change  skin  or  any other main menuÆs parameter. Is it
  68. possible?
  69.  
  70. Because  of main menu is not a part of shell, but just a plug-in then
  71. its  properties,  possibilities  and  appearance  are  different with
  72. different  plug-ins.  So,  for  any parameterÆs modification look for
  73. "Plug-ins"  property  sheet  at  A-Master,  choose needed plug-in and
  74. modify its properties.
  75.  
  76. _____________________________________________________________________
  77. How can I make DOS program to close its window after exiting?
  78.  
  79. Search  for  this  *.exe or *.bat program on your disk and modify its
  80. properties. Check the box "Close window after exiting"
  81.  
  82. _____________________________________________________________________
  83. How to make multi-user support in Windows 9x?
  84.  
  85. You should do something like this:
  86.  
  87. 1.Make   a   different   folder  for  every  user.  Place  Aston.exe,
  88. A-master.exe, printmon.exe, starter.dll, hook.dll, *.rc files there.
  89. 2.Change configuration files by the way like this:
  90.  
  91. ===============Config.sys===============
  92. [MENU]
  93. MENUITEM=User1,User-Nick
  94. MENUITEM=User2,User-Oleg
  95.  
  96. [User1]
  97. [User2]
  98. [Common]
  99. ...
  100. =======================================
  101.  
  102.  
  103. ==============Autoexec.bat==============
  104. ...
  105. goto %config%
  106. :User1
  107. C:\Aston\SHSWDOS.EXE -fc:\Aston\Aston.exe
  108. goto end
  109. :User2
  110. C:\Aston\SHSWDOS.EXE -fc:\Aston1\Aston.exe
  111. :end
  112. =======================================
  113.  
  114. _____________________________________________________________________
  115. Why an icon on the desktop does not remove to Recycle Bin?
  116.  
  117. For this time, Recycle Bin is for files only.
  118.  
  119. _____________________________________________________________________
  120. How do I switch back to the standard windows explorer shell?
  121.  
  122. Run Shell Swapper from MainMenu->Programs->Aston, or from 
  123. Aston's folder. Select "Explorer".
  124.