home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / os2lang / po.inf < prev    next >
Text File  |  1995-08-14  |  1KB  |  38 lines

  1. ;; ******** PORTUGUESE OS/2 WARP INSTALLATION - OS/2 INSTALL        
  2. ;; Using Code Page 850 ç = asc135, ╞ = 198 (tilde over lower case a in code page 850)
  3. ;; í = asc161, á = asc160, ç = 135
  4. ;;
  5.  TextBox YellowOnCyan @xy(Center,2)
  6.   IBM OS/2 Warp (Prima CTRL+X para Sair)
  7.  EndTextBox
  8. Dialog 
  9.  Bem-vindo ao Programa de Instalaç╞o do Guia Interactivo do OS/2 Warp da IBM. 
  10.  Este programa irá instalar o Guia Interactivo do OS/2 Warp no seu disco, 
  11.  criando um símbolo no Ambiente de Trabalho que lhe permitirá iniciar a 
  12.  demonstraç╞o.
  13. endDialog
  14.  
  15.     DetermineInstallationDrive QueSize RequireFixed
  16.     DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  17.     ModifyTextFile c:\SetZPath.txt Quietly NoBackUp NoInquiry
  18.       AddOrChangeLineWith (,,) as "[InstallationDirectory]" at beginning
  19.     EndMOdifyTextFile
  20.     QueFileGroup 10
  21.     GetQuedFiles    
  22.     
  23.     copyfiles from [InstallFromDrive]:\OS2LANG to [InstallationDirectory] Quietly
  24.         IBMWARP.ICO
  25.     endCopyFiles
  26.  
  27. TextBox YellowOnCyan @xy(Center,2)
  28.   IBM OS/2 Warp (Prima CTRL+X para Sair)
  29. EndTextBox
  30.  
  31. Dialog
  32.  A instalaç╞o do Guia Interactivo do OS/2 Warp está concluído. 
  33.  Em seguida, poderá fazer duplo clique sobre o simbolo 
  34.  Guia Interactivo do OS/2 Warp para iniciar a demonstraç╞o.
  35. EndDialog       
  36.     SoLong
  37. endScript
  38.