Artículos relacionados a The Book of Batch Scripting: From Fundamentals to Advanced...

The Book of Batch Scripting: From Fundamentals to Advanced Automation - Tapa blanda

 
9781718503427: The Book of Batch Scripting: From Fundamentals to Advanced Automation

Sinopsis

This fast-paced, hands-on, quirky introduction to Windows’ Batch scripting language is ideal for coders of all skill levels.

In this era of advanced programming languages, the simplicity, universality, and efficiency of Batch scripting holds undeniable value.

Whether you’re maintaining legacy systems or seeking to understand the foundations of command line automation, The Book of Batch Scripting shows you how to become proficient with this tool included in every version of Windows.

As you work through the book, you will:

  • Write a simple .bat file that performs a daily task with just a couple of mouse clicks
  • Delve into variables and data types, and learn how a variable can possess two values at once—and why you should care
  • Learn how to manage and collect data on files and directories either locally or on a network
  • Harness the power of the for command to build complex loops with just a few lines of code
  • Explore advanced topics like recursion, performing text searches, and even learn how to write a .bat file that writes a .bat file
  • Extend Batch to use features like booleans, floats, operators, arrays, hash tables, stacks, queues, and even object-oriented design

Written for beginners and experts alike, The Book of Batch Scripting will have you streamlining your workflow and writing effective code in no time. This simple but powerful tool is about to make your life a little bit easier and more fun.

Requires: Microsoft Windows

"Sinopsis" puede pertenecer a otra edición de este libro.

Acerca del autor

Jack McLarney has been coding professionally since 1999 at companies like Protective Life Corporation, Fiserv, and The Hartford Financial Services Group. McLarney teaches part-time at Manchester Community College as an Adjunct Professor of Mathematics and holds an MS in Applied Mathematics from the University of Connecticut.

"Sobre este título" puede pertenecer a otra edición de este libro.

Comprar usado

Condición: Aceptable
Item in good condition. Textbooks...
Ver este artículo

EUR 30,07 gastos de envío desde Estados Unidos de America a España

Destinos, gastos y plazos de envío

Comprar nuevo

Ver este artículo

EUR 1,30 gastos de envío desde Estados Unidos de America a España

Destinos, gastos y plazos de envío

Resultados de la búsqueda para The Book of Batch Scripting: From Fundamentals to Advanced...

Imagen de archivo

Jack McLarney
Publicado por Penguin Random House Group, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo PAP

Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

PAP. Condición: New. New Book. Shipped from UK. Established seller since 2000. Nº de ref. del artículo: DB-9781718503427

Contactar al vendedor

Comprar nuevo

EUR 45,02
Convertir moneda
Gastos de envío: EUR 1,30
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 3 disponibles

Añadir al carrito

Imagen de archivo

Jack McLarney
Publicado por No Starch Press,US, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo PAP

Librería: PBShop.store UK, Fairford, GLOS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

PAP. Condición: New. New Book. Shipped from UK. Established seller since 2000. Nº de ref. del artículo: DB-9781718503427

Contactar al vendedor

Comprar nuevo

EUR 47,15
Convertir moneda
Gastos de envío: EUR 4,93
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 3 disponibles

Añadir al carrito

Imagen de archivo

Jack Mclarney
Publicado por No Starch Press, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Antiguo o usado Tapa blanda

Librería: SecondSale, Montgomery, IL, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Nº de ref. del artículo: 00088508330

Contactar al vendedor

Comprar usado

EUR 23,74
Convertir moneda
Gastos de envío: EUR 30,07
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Jack McLarney
Publicado por No Starch Press,US, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Paperback / softback

Librería: THE SAINT BOOKSTORE, Southport, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback / softback. Condición: New. New copy - Usually dispatched within 4 working days. 411. Nº de ref. del artículo: B9781718503427

Contactar al vendedor

Comprar nuevo

EUR 47,16
Convertir moneda
Gastos de envío: EUR 6,95
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 3 disponibles

Añadir al carrito

Imagen del vendedor

Jack McLarney
Publicado por No Starch Press,US, US, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Paperback

Librería: Rarewaves USA, OSWEGO, IL, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: New. Packaged with every Windows computer, Batch is an immensely useful programming language ready to help coders and non-coders alike with routine or repetitive tasks. In addition to easily minimizing daily chores, bat files are great for logon scripts, can automate PC environment configurations, and generally make life easier regardless of what you usually code. This book covers all things bat-file-related, from the essentials through the advanced concepts, even object-oriented design. Humorous asides and examples - such as pondering the question 'what if Archimedes had Batch,' and sorting the first 8 future captains of the starship Enterprise - make the journey into Batch's inner workings a truly enjoyable one. Topics are organized into three parts of increasing complexity, making it a handy reference tool for whatever Batch task, question, or problem you encounter: Part I provides the basics, where beginners and non-power-users will learn how to write simple to moderate bat files; Part II discusses how to get things done, introducing the crucial for command and how to use it to add even more functionality to the language; Part III covers sophisticated topics at the expert level, like working with recursion and arrays, as well as testing and troubleshooting tips, culminating with object-oriented design. Regardless of your preferred programming language, anyone with a Windows PC will benefit from learning how to code with Batch - and this is the ultimate user guide. Nº de ref. del artículo: LU-9781718503427

Contactar al vendedor

Comprar nuevo

EUR 50,86
Convertir moneda
Gastos de envío: EUR 3,44
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

Mclarney, Jack
Publicado por No Starch Press, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Tapa blanda

Librería: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irlanda

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Nº de ref. del artículo: V9781718503427

Contactar al vendedor

Comprar nuevo

EUR 52,41
Convertir moneda
Gastos de envío: EUR 2,00
De Irlanda a España
Destinos, gastos y plazos de envío

Cantidad disponible: 15 disponibles

Añadir al carrito

Imagen de archivo

McLarney, Jack
Publicado por No Starch Press, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Tapa blanda

Librería: Books Puddle, New York, NY, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. pp. 270. Nº de ref. del artículo: 26398220191

Contactar al vendedor

Comprar nuevo

EUR 44,83
Convertir moneda
Gastos de envío: EUR 9,88
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 3 disponibles

Añadir al carrito

Imagen del vendedor

Jack McLarney
Publicado por No Starch Press,US, US, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Paperback

Librería: Rarewaves.com UK, London, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: New. Packaged with every Windows computer, Batch is an immensely useful programming language ready to help coders and non-coders alike with routine or repetitive tasks. In addition to easily minimizing daily chores, bat files are great for logon scripts, can automate PC environment configurations, and generally make life easier regardless of what you usually code. This book covers all things bat-file-related, from the essentials through the advanced concepts, even object-oriented design. Humorous asides and examples - such as pondering the question 'what if Archimedes had Batch,' and sorting the first 8 future captains of the starship Enterprise - make the journey into Batch's inner workings a truly enjoyable one. Topics are organized into three parts of increasing complexity, making it a handy reference tool for whatever Batch task, question, or problem you encounter: Part I provides the basics, where beginners and non-power-users will learn how to write simple to moderate bat files; Part II discusses how to get things done, introducing the crucial for command and how to use it to add even more functionality to the language; Part III covers sophisticated topics at the expert level, like working with recursion and arrays, as well as testing and troubleshooting tips, culminating with object-oriented design. Regardless of your preferred programming language, anyone with a Windows PC will benefit from learning how to code with Batch - and this is the ultimate user guide. Nº de ref. del artículo: LU-9781718503427

Contactar al vendedor

Comprar nuevo

EUR 52,61
Convertir moneda
Gastos de envío: EUR 2,32
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen del vendedor

Jack McLarney
Publicado por No Starch Press,US, US, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Paperback

Librería: Rarewaves USA United, OSWEGO, IL, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: New. Packaged with every Windows computer, Batch is an immensely useful programming language ready to help coders and non-coders alike with routine or repetitive tasks. In addition to easily minimizing daily chores, bat files are great for logon scripts, can automate PC environment configurations, and generally make life easier regardless of what you usually code. This book covers all things bat-file-related, from the essentials through the advanced concepts, even object-oriented design. Humorous asides and examples - such as pondering the question 'what if Archimedes had Batch,' and sorting the first 8 future captains of the starship Enterprise - make the journey into Batch's inner workings a truly enjoyable one. Topics are organized into three parts of increasing complexity, making it a handy reference tool for whatever Batch task, question, or problem you encounter: Part I provides the basics, where beginners and non-power-users will learn how to write simple to moderate bat files; Part II discusses how to get things done, introducing the crucial for command and how to use it to add even more functionality to the language; Part III covers sophisticated topics at the expert level, like working with recursion and arrays, as well as testing and troubleshooting tips, culminating with object-oriented design. Regardless of your preferred programming language, anyone with a Windows PC will benefit from learning how to code with Batch - and this is the ultimate user guide. Nº de ref. del artículo: LU-9781718503427

Contactar al vendedor

Comprar nuevo

EUR 52,55
Convertir moneda
Gastos de envío: EUR 3,44
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

McLarney, Jack
Publicado por No Starch Press, 2024
ISBN 10: 1718503423 ISBN 13: 9781718503427
Nuevo Tapa blanda

Librería: Ria Christie Collections, Uxbridge, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. In. Nº de ref. del artículo: ria9781718503427_new

Contactar al vendedor

Comprar nuevo

EUR 50,82
Convertir moneda
Gastos de envío: EUR 5,20
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 5 disponibles

Añadir al carrito

Existen otras 20 copia(s) de este libro

Ver todos los resultados de su búsqueda