home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / AppServer_v3.01 / ass.doc < prev    next >
Text File  |  1992-01-31  |  3KB  |  49 lines

  1.  
  2. ASS                     USER COMMANDS                    30-Jan-92        
  3.                                                                           
  4.                                                                           
  5. NAME                                                                      
  6.         ASS - AppServerServer                                             
  7.                                                                           
  8. SYNOPSIS                                                                  
  9.         ass [file]                                                        
  10.                                                                           
  11. DESCRIPTION                                                               
  12.         ASS is a small program which will run under AppServer. I ran out  
  13.         of WB Screen space when there was x+1 AppServer windows for       
  14.         different purposes, so I wrote this little program which will     
  15.         snoop the first bytes of the file and decide what kind of         
  16.         file you've dropped on AppServer window.                          
  17.                                                                           
  18.         All you have to do is to modify AppServer's config file to        
  19.         run ASS. My AppServer's icon's fields looks like this:            
  20.                                                                           
  21.         WIDTH=80                                                          
  22.         HEIGHT=80                                                         
  23.         LEFT=572                                                          
  24.         TOP=372                                                           
  25.         NAME=ASS                                                          
  26.         COMMAND=tmisc:ass (icon)                                          
  27.         OUTPUT=NIL:                                                       
  28.         DONOTWAIT                                                         
  29.                                                                           
  30.         Example of s:ass.config is included in the package so it should be     
  31.         easy to modify it for your customed system. Ass.c is the source   
  32.         code (SAS/C 5.10). You can freely modify it for your own purposes.
  33.                                                                           
  34. SEE ALSO                                                                  
  35.         AppServer.doc                                                     
  36.                                                                           
  37. AUTHOR                                                                    
  38.         Juha 'Comm' Tuominen                                              
  39.                                                                           
  40.         Opiskelijankatu 30 B 42                                           
  41.         33720  TAMPERE                                                    
  42.         FINLAND                                                           
  43.         358-31-182 851 (19-07 v22bis, note local time zone!)              
  44.                                                                           
  45.         AX-Net:         root@tap.tre.fi                                   
  46.         INet:           po87553@cs.tut.fi
  47.  
  48.  
  49.