home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / win3x / wallpapr / dskwall / deskwall.txt < prev    next >
Text File  |  1993-12-12  |  4KB  |  121 lines

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