Getting Started with TIBCO SmartSockets


Before you begin this lesson, be sure TIBCO SmartSockets is installed properly on your system. Refer to the TIBCO SmartSockets Installation Guide for more information for installing TIBCO SmartSockets.

Step 1

Create a directory to store your programs

Create a directory of any name, where you have read and write access, to store the sample programs (and makefiles for Windows) you are working with:

UNIX:
$ mkdir ss_tutor 
OpenVMS:
$ create/dir [.ss_tutor] 
Windows:
$ mkdir ss_tutor 

Step 2

Move to this directory

Move to this directory as shown:

UNIX:
$ cd ss_tutor 
OpenVMS:
$ set def [.ss_tutor] 
Windows:
$ cd ss_tutor 

TIBCO SmartSockets™ Tutorial
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com