home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / desktop / dskval12 / deskwall.txt < prev    next >
Text File  |  1995-12-09  |  5KB  |  126 lines

  1. DeskWall - Change your Windows wallpaper from DOS and Windows
  2.            (c) 1993,94 by Andreas Furrer
  3. =============================================================
  4.  
  5.  
  6. This is version 1.2 of DeskWall.
  7.  
  8. DeskWall lets you change the wallpaper of your Windows desktop from DOS
  9. and from Windows.
  10.  
  11. With DeskWall you can have your wallpaper bitmaps in ANY directory.
  12. Deskwall lets you cange your wallpaper randomly, cyclic and to a specific
  13. bitmap from DOS and from Windows. In Windows you can also change the
  14. wallpaper interactively.
  15.  
  16. Deskwall requires Windows 3.1
  17.  
  18.  
  19. Usage
  20. =====
  21.  
  22. The usage of DeskWall from DOS or Windows is nearly the same:
  23.  
  24. Syntax:
  25.   WINDOWS:
  26.     DESKWALL [BitmapDirectory] [/Random | /Cycle | BitmapFileName]
  27.   DOS:');
  28.     DESKWALL [BitmapDirectory] /Random | /Cycle | BitmapFileName
  29.  
  30.  
  31. If your Bitmaps are not in the directory from where you start DeskWall,
  32. you have to specify the path to your bitmaps with the parameter 
  33. BitmapDirectory.
  34.  
  35. If you start DeakWall from DOS you have to enter one of the parameters 
  36. /Random, /Cycle or BitmapFileName.
  37.  
  38. In Windows you can omit this parameter. You will then see a dialog that 
  39. lets you set the wallpaper interactively.
  40. In this dialog there are some options:
  41. - update WIN.INI
  42.   If this button is checked, your WIN.INI will be updated. Otherwise
  43.   the wallpaper is set, but the WIN.INI is not updated, so the next
  44.   time you restart windows, you will get the previous wallpaper.
  45. - test mode
  46.   If this button is checked, deskwall will be in a test mode. 
  47.   If you set a wallpaper in the test mode, DeskWall will minimize all
  48.   other windows and hide itself. You can now see the wallpaper. If you
  49.   press the left mousekey, DeskWall becomes visible and you can test
  50.   other bitmaps.
  51. - Bitmaplayout center/tile
  52.   With this two buttons you can control if your new bitmap will be centered or
  53.   tiled.
  54. - Options
  55.   This button will open the options dialog of DeskWall. In this dialog you
  56.   can setup the default setting for DeskWall. You can setup if
  57.   - Updating WIN.INI is checked when starting DeskWall
  58.   - DeskWall starts in test mode
  59.   - and what layout the wallpaper will have. Here you can choose tile,
  60.     cascade or the layout which is currently setup.
  61.   In the options dialog there are also buttons to see the syntax of DeskWall
  62.   and the about dialog.
  63.  
  64.  
  65. Only if you start DeskWall from DOS:
  66.   You have to start DeskWall from the windows directory, because DeskWall 
  67.   have to change your WIN.INI. Before DeskWall make any changes to your 
  68.   WIN.INI it will rename your original WIN.INI to WIN.BAK.
  69.   Because DeskWall will only change the setting of the wallpaper in your
  70.   WIN.INI the change of the wallpaper will only take effect for the next
  71.   Windows session.
  72.   If you want to change your wallpaper everytime when you start windows
  73.   it is the best to have a file WINSTART.BAT in your windows directory.
  74.   Windows will execute WINSTART.BAT everytime when you start Windows.
  75.   A sample WINSTART.BAT which will change your wallpaper randomly could
  76.   look like this:
  77.   (assuming that your windows directory is C:\WINDOWS, DeskWall is in
  78.   C:\WINDOWS\TOOLS and your bitmaps are in C:\WINDOWS\BITMAP)  
  79.  
  80.     @ECHO OFF
  81.     c:
  82.     cd \windows
  83.     c:\windows\tools\deskwall c:\windows\bitmap /random
  84.  
  85.  
  86. If you have setup your Windows for german language, you will get a german 
  87. version of deskwall in Windows. The DOS version is always in english.
  88.  
  89.  
  90.  
  91. Freeware-Note
  92. =============
  93.  
  94. You can use and distribute DeskWall free, as long as the following files are 
  95. not changed and you distribute all files together
  96.  
  97. - deskwall.exe
  98. - deskwall.txt
  99.  
  100. I am programming DeskWall for fun and not to make any profit. 
  101. That's why DeskWall is free and you don't have to pay more or less high 
  102. registration charges. I think it is a bad habit, that more and more program 
  103. authors want to have money even for the smallest programs.
  104.  
  105. Long live the Freeware!
  106.  
  107.  
  108. If you have problems, comments, suggestions or you detect one error, 
  109. please E-Mail to
  110.  
  111. s_furrer@ira.uka.de
  112.  
  113.  
  114. (c) 1993,94 by Andreas Furrer
  115.  
  116.  
  117. Version history
  118. =================
  119.  
  120. 1.2: - Fixed a bug with the COMMDLG.DLL of Windows for Workgroups 3.11.
  121.        This bugs caused that the options were not available in the
  122.        interactive mode of DeskWall.
  123. 1.1: - Added the options dialog to set the default settings for DeskWall.
  124.      - Moved the syntax dialog from the about box to the options dialog.
  125. 1.0: First version of DeskWall.
  126.