home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / util / cli / cli2win.readme < prev    next >
Text File  |  2000-07-03  |  1KB  |  46 lines

  1. Short:    Open a window to any path directly from CLI!
  2. Author:   roman@ancor.ch (Roman Schaub
  3. Uploader: roman@ancor.ch (Roman Schaub)
  4. Type:     util/cli
  5.  
  6.  
  7. This is a little program (in connection with a little AREXX-Script) i wrote because i hated it to click through the countless drawers on my HD...
  8.  
  9.  
  10.  
  11. installation:
  12.  
  13.     just copy the files "window" and "window.rexx" into your "c:" directory
  14.  
  15.  
  16.  
  17. usage:
  18.  
  19.    window 'path'
  20.         path: (guess what!) The path you want to open
  21.  
  22. example:
  23.  
  24.    window dh1:programs
  25.                 
  26.          ...opens the programs-drawer on device dh1: (if there is such a drawer)
  27.          (of course you can rename the program to whatever you like...)
  28.  
  29. !you must have the Arexx-server active!
  30.  
  31.  
  32.  
  33.  
  34. future:
  35. -ability to open the current path in a shell as a window
  36. -rewrite the whole code in Assembler (speed) ;-)
  37. -rework the gl_fog-implementation (to get volumetric lights&shadows) ;-)
  38. -improve quality of the light- and explosions-effects ;-)))))
  39.  
  40.  
  41.  
  42.  
  43.         have fun (well...i doubt that someone has fun with that little piece of crap...;-))
  44.  
  45.             Roman
  46.