Annotation of mstools/samples/rpc/handles/auto/readme.aut, revision 1.1

1.1     ! root        1: This directory contains the files for the sample
        !             2: distributed application "auto":
        !             3: 
        !             4: File          Description
        !             5: 
        !             6: README.TXT    Readme file for the AUTO sample
        !             7: AUTO.IDL      Interface definition language file
        !             8: AUTO.ACF      Attribute configuration file
        !             9: AUTOC.C       Client main program
        !            10: AUTOS.C       Server main program
        !            11: AUTOP.C       Remote procedures
        !            12: MAKEFILE      Nmake file to build for NT
        !            13: MAKEFILE.DOS  Nmake file to build for MS-DOS
        !            14: 
        !            15: -------------------------------------------
        !            16: BUILDING CLIENT AND SERVER APPLICATIONS FOR
        !            17: MICROSOFT WINDOWS NT:
        !            18: -------------------------------------------
        !            19: 
        !            20: Set the environment variables appropriately:
        !            21:   set CPU=i386
        !            22:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
        !            23:   set LIB=c:\nt\sdk\lib\i386
        !            24:   set PATH=c:\nt\windows\system;
        !            25: or
        !            26:   set CPU=MIPS
        !            27:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
        !            28:   set LIB=c:\nt\sdk\lib\mips
        !            29:   set PATH=c:\nt\windows\system;
        !            30: 
        !            31: Build the sample distributed application:
        !            32:   nmake cleanall
        !            33:   nmake
        !            34: 
        !            35: This builds the executable programs autoc.exe 
        !            36: (client) and autos.exe (server).
        !            37: 
        !            38: ------------------------------------------
        !            39: BUILDING THE CLIENT APPLICATION FOR MS-DOS
        !            40: ------------------------------------------
        !            41: 
        !            42: After you install the Microsoft C/C++ version 7.0
        !            43: development environment and Microsoft RPC toolkit on
        !            44: an MS-DOS or Microsoft Windows computer, you can build
        !            45: the sample client application for MS-DOS. Enter:
        !            46: 
        !            47:   nmake -f makefile.dos cleanall
        !            48:   nmake -f makefile.dos
        !            49: 
        !            50: This builds the client application autoc.exe.
        !            51: 
        !            52: ------------------------------------------
        !            53: RUNNING THE CLIENT AND SERVER APPLICATIONS
        !            54: ------------------------------------------
        !            55: 
        !            56: On the server, enter
        !            57: 
        !            58:   net start workstation
        !            59:   net start server
        !            60:   locator /noservice
        !            61: 
        !            62: On a different server screen group, enter
        !            63:   autos
        !            64: 
        !            65: On the client, enter
        !            66: 
        !            67:   net start workstation
        !            68:   autoc
        !            69: 
        !            70: Note:  The client and server applications can run on
        !            71: the same Microsoft Windows NT computer when you use
        !            72: different screen groups.
        !            73: 
        !            74: Several command line switches are available to change
        !            75: settings for this program. For a listing of the switches
        !            76: available from the client program, enter
        !            77: 
        !            78:   autoc -?
        !            79: 
        !            80: For a listing of switches available from the server 
        !            81: program, enter
        !            82: 
        !            83:   autos -?

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.