My adduser.pl script to add users to a Windows NT domain
My tapeschedule.pl script for creating tape-roulation schedules for backups (this is how the output looks)
some useful stored procedures for creating replication scripts.
Tips on getting SQL server and Replication server working on 1 NT server.
A stored procedure that will create a draconic select statement for a number of tables, which will generate an insert script for this table (usefull when creating installation scripts that have to fill tables).
The reportspace script produces a daily report on the free space on your Sybase database.
Updated July 2nd1998: I have a compiled Windows NT SybPerl binary available that works for me. It is Perl 5.004.02 with SybPerl 2.09.05 under Sybase Open Client 11.1. Thanks to Michael Pepplers update, this version passes all tests. unzip in c:\etc\perl and add c:\etc\perl\bin to your path (use the SYSTEM path to get it working system-wide!). Click here to download (5.5 MB zip file).cp2nt is a Unix Korn shell script that uses Samba to copy files from an Unix server to a NT server. All files are converted to DOS format, and put in the same directory as on Unix. So the command
cp2nt /etc/myconfigon Unix host mir will put the file on a NT server with a pathname like
\\NT_server\share\basedir\mir\etc\myconfig