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