• EnglishSpanishGermanFrenchPolishChinese (Traditional)


EnglishSpanishGermanFrenchPolishChinese (Traditional)

Operating systems, scripting, PowerShell and security

Operating systems, software development, scripting, PowerShell tips, network and security

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell (nivel medio)
  • Libro de PowerShell (nivel avanzado)
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Variables 4: almacenar en fichero

AppleScript
1
2
3
4
5
6
7
#Ejemplos del uso de variables (almacenar contenido de variables en ficheros)
 
#Almacenar una palabra en una variable y guardar la variable en un fichero
set variable to "hola"
set fichero to open for access file "Users:user:Desktop:fichero.txt" with write permission
write variable to fichero
close access fichero

Publicado el día 1 de marzo de 2016

CATEGORÍAS

AppleScript

ETIQUETAS

Access, Jesús Niño Camazón, Mac
Jesusninoc utiliza cookies: saber más aquí.