home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / ibm / winlang / spw.inf < prev    next >
Text File  |  1995-09-14  |  1KB  |  31 lines

  1. ;;*************** SPANISH OS/2 DEMO WINDOWS INSTALL *********************
  2. ;; Using Code Page 850. ≤ = ans162, ß  = ans160, Θ = ans130, φ = ans161
  3. ;;
  4.  
  5.     SetTopLineTo IBM OS/2 Warp (ESC para salir)
  6.    If FreeSpaceOnDrive ShadowDirectory < 30000
  7.     PopUp There is insufficient space on the TEMP drive for installation.
  8.     SoLong
  9.    EndIf
  10.    SetBackgroundColor 0 0 255 0 0 64 TopToBottom
  11.    SetDefaultBitmap OFF
  12.    ShowWindow Maximized
  13.    Dialog 
  14.     Bienvenido al programa de instalaci≤n del la Guφa interactiva para IBM OS/2. Este
  15.     programa instala la  Guφa interactiva para IBM OS/2 Warp en el disco duro, y crea 
  16.     un grupo de programas y un icono para iniciarla.
  17.    endDialog
  18.    DetermineInstallationDrive QueSize RequireFixed
  19.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  20.    QueFileGroup 4
  21.    GetQuedFiles    
  22.    BuildProgramGroup "Guφa interactiva para OS/2 Warp" ASDISP.GRP
  23.       [InstallationDirectory]\DEMO.EXE "Guφa interactiva para OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
  24.    EndBuildProgramGroup
  25.    Dialog 
  26.     Ha finalizado la instalaci≤n de la Guφa interactiva para IBM OS/2 Warp. Pulse dos veces 
  27.     sobre el icono de la Guφa interactiva para IBM OS/2 Warp para iniciarla.
  28.    EndDialog
  29. SoLong
  30. EndScript
  31.