home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL28.ARJ / VOL2856 < prev    next >
Text File  |  1992-01-07  |  6KB  |  120 lines

  1.  
  2. P r o g r a m m a T h e e k volume 2856
  3.  
  4. Herkomst: BBS
  5.  
  6. Titel: Novell, Lantastic, NetBIOS utilities
  7.  
  8. Number  Name            Size    Date    Comments
  9. 2856.01 ALLUSERS ZIP     6091   6-08-90 Netware userlist /w  last login date &
  10.                                         time
  11. 2856.02 BINDFIX  ZIP    25784   6-08-90 Repair Bindery of  Netware SFT 1
  12.         CATALOG  856     1855   6-13-90 This file
  13. 2856.03 CHKGRP   ZIP     8178   6-07-90 Check whether user  name is in a
  14.                                         certain group
  15. 2856.04 CONHELP  LZH    24244   6-08-90 HELP on the console  (VAP) for
  16.                                         ANetware 2.1x
  17. 2856.05 DQ       ZIP     6800   6-07-90 Delete (printer)  queue
  18. 2856.06 EXEFIX   EXE     2433   5-25-90 Checks/fixes .EXE  header checksum 
  19.                                         (e.g. NET$OS.EXE)
  20. 2856.07 FILE-H   TXT     4096   3-14-90 Info about Netware  filehandles
  21. 2856.08 FINFO2   ZIP     6656   6-05-90 Shows stats of all  servers you're
  22.                                         connected to
  23. 2856.09 FSDOWN   ZIP     3610   6-08-90 File server down  from command line
  24.                                         (Supervisor)
  25. 2856.10 FSPROCS  TXT     3926   7-07-89 Info about file  service processes
  26. 2856.11 FSPTHD   ZIP     8671   8-27-89 Info about FSP's on  netwire
  27. 2856.12 IPX751   ZIP    11399   6-08-90 Test Netware IPX, /w  Pascal source
  28. 2856.13 IPXFIX   ZIP     1573   6-08-90 Patch for IPX NW  2.10
  29. 2856.14 KEYBFIX  ZIP     8815   6-08-90 *LANTASTIC* keyboard  problem fix
  30. 2856.15 LANMENU  ZIP     6835   6-07-90 Information about  Netware's menu
  31. 2856.16 LEAPFIX  ZIP     7894   6-08-90 Patch for leap year  bug in Netware
  32.                                         2.10
  33. 2856.17 LOGCPY   ZIP    47898   8-29-89 Limits disk usage  and copying
  34. 2856.18 LOGIN2   ZIP    33942   6-08-90 Replaces LOGIN.EXE,  forces password
  35.                                         change
  36. 2856.19 NBSTAT   ZIP     6751   6-08-90 Check NETBIOS status  (*generic*), /w
  37.                                         C source
  38. 2856.20 NETBACK  ZIP    47963   6-08-90 Backup program (/w  source in QuickBa-
  39.                                         sic 4.5)
  40. 2856.21 NETCRAFT ZIP    12185   6-08-90 TPascal material for  Netware API
  41. 2856.22 NETDRIVE ZIP     1370   6-08-90 Finds first network  drive logged in
  42.                                         to
  43. 2856.23 NETMAN   ZIP    19614   8-29-89 Netware Mandelbrot
  44.                                         (distributed calc)
  45. 2856.24 NETSET   ZIP     8131   6-07-90 Utils for Netware  batchfiles (BACKUP)
  46.         VOL2856  ABS     3277   6-13-90 Abstract by PoCo
  47.                26 File(s)     27548 bytes free on volume  VOL2856
  48.  
  49. BINDFIX and BINDREST utilities for Netware
  50.  
  51. The BINDFIX utility is intended to correct problems in the  system
  52. security. The following is a list of some of the problems  that may be
  53. corrected using BINDIFX. 
  54.  
  55. 1. A user name cannot be deleted of modified. 
  56. 2. A user password cannot be changed. 
  57. 3. A user's rights cannot be modified. 
  58. 4. When spooling, the error "unknown server" occurs, even  though
  59. you are spooling on the default server. 
  60. 5. Errors refering to the bindery are being displayed on the  console. 
  61.  
  62.                             *****
  63.  
  64.    KBFIX - for the LANtastic network operating system
  65.  
  66.    A problem involving incorrect keyboard data has been  reported by
  67.    several LANtastic user's. When using enhanced (101-key)  keyboards
  68.    with NUM-lock on, a "Left-shift on" state occasionally  becomes active
  69.    when no shift key is depressed.
  70.  
  71.  
  72.           Netware    LEAP YEAR FIX
  73.  
  74. Revision 0 of the 2.1 SFT NetWare operating
  75. system did not correctly account for the leap
  76. year. As a result the day of the week is one day
  77. late. The utility "LEAPFIX.EXE" will patch the
  78. operating system to correct the day of the week. 
  79.  
  80.  
  81. This is a beta test of four of the units in NetCraft.  The  commercial version
  82. (available upon registration) will have most of the routines  optimized in
  83. external assembly language.  During the beta test phase, I  am including
  84. the pascal source to aid the debugging process.
  85.   NetCraft - Assorted useful APIs, including routines to
  86. deal with extended
  87.              file attributes, getting connection numbers,  flagging files as
  88.              sharable and a host of others.
  89.   NetPrint - Printer services, including turning Novell's  spooler on/off,
  90.              and setting NetWare's default LPT device.   These routines are
  91.              similar to other code found in DL 4 (LIB 4) for  Turbo Pascal
  92.              3 by other authors.
  93.   NetTTS   - Routines related to Advanced NetWare's  Transaction Tracking
  94.              System.  Not all versions of NetWare implement  TTS, so you
  95.                         must have a version of Adv. NetWare  that supports
  96. TTS.
  97.   NetServ  - Routines related to the file server.  Some of  these routines
  98.              (like downing the server and disabling login)  are for advanced
  99.              applications only, and should be used at your  own risk unitl
  100.              further testing and documentation is completed.   The unit is
  101.              included mainly for the GetServerDateTime  routine.
  102.  
  103. File   : NETSET.EXE
  104. NETSET was originally written for use with the BORSU EXABYTE  tapestreamer on
  105. a NOVELL network. It can be used in  batchmode to simplify backup applications
  106. for ALL kinds of  backup software.
  107.  
  108. Sample Batch file :
  109.  
  110. NETSET ALARM 10      { Attention backuproutine starting }
  111. NETSET LOGIN OFF     { Disables login }
  112. NETSET BROADCAST PLEASE LOGOFF, ITS BACKUP TIME !!!! { Say  the word }
  113. NETSET WAIT 60       { Grand 60 seconds to logout }
  114. NETSET CLEAR ALL     { Clear all connections exept current }
  115. GB -CNETBACK         { Startup EXABYTE 2.2 GigaByte streamer  }
  116. NETSET DOWN DIRECT   { Shutdown fileserver }
  117. NETSET RESET         { Reboot workstation  }
  118.  
  119. NETSET can be used within a userloginscript, simply add a #  to the
  120. commandline (i.e #NETSET <action> <option>)