Idn Poker is a well-known digital poker platform in Asia, particularly in Indonesia. As a part of the official IDN Play network, this platform offers a variety of card games that can be played on both computers and mobile devices. Supported by modern technology and a stable server system, IDN Poker is the choice of many players seeking an poker online terbaik experience with easy and convenient access.

The popularity of IDNSLOT is inextricably linked to the rapid growth of the online gaming industry. Many users are currently seeking a platform that combines easy access, game variety, and high-quality service. The official idn slot online website offers a variety of these features in one place, meeting the ever-growing demand for digital entertainment.

Toto Macau is one of the most sought-after lottery markets by lottery enthusiasts because it provides regular data updates through its Macau Data, Macau Expenditures, Live Draw, and Macau 4D & 5D features. These various information services make it easy for users to monitor the latest result macau and view archives of previous results in one convenient location.

What is batch file and how to create it Explain in Hindi

What is a batch files?

Batch Files Kya hai : Batch file एक text file होती है जिसमे की computer के commands save होते है and इसको batch file इसलिए ही कहा जाता है क्योकि इसमे set of commands का bundle एक single file मे save होता है जिनको की अगर batch file मे नहीं रखे तो एक एक करके execute करना पड़ेगा | Generally batch file वहाँ पर create की जाती है जहाँ आपको किसी sequence of commands को execute करने की बार बार जरुरत पड़ती हो | Batch file को execute करने के लिए या तो आप file को double click करे या फिर file का नाम command line पर type करके भी execute कराया जा सकता है | इस प्रकार batch file एक ऐसी text file है जिसमे एक या ज्यादा computer task एक fixed specific order मे execute कराये जा सकते है |

batch file kya hai hindi

Batch file कौन use करता है : बैच फाइल system admin or computer professionals के लिए बहुत ही simple, important एवेम powerful tool है जो की computing and information systems मे use करते है | Batch files computer industry मे professionals अपने day to day के काम को automated करने के लिए use करते है | कोई भी task जो की computer पर run किया जा सकता हो जैसे की creating/moving/renaming folders एवेम files से लेकर किसी program/feature को start करने के लिए इसको use किया जा सकता है | इसको use करके multiple task को automated करने से professionals अपना time save करते है |

Batch File को कैसे identify करेंगे : जब भी किसी बैच फाइल को create किया जाता है तो उसके लिए file का extension .bat or .cmd use किया जाता है | यह extension computer को बताता है की ये file क्या है एवेम इसको किस तरह से execute करना है | यह extension ही बैच फाइल की पहचान है | 

Example of Batch File : – DOS मे एक batch file use मे आती है जिसका extension “.BAT” होता है | जब आप system start करते है तो DOS को initialize करने वाली batch file AUTOEXEC.BAT होती है | UNIX based operating systems मे batch file को shell script एवेम IBM’s mainframe VM operating systems मे EXEC कहा जाता है |

How to Create a BAT file : बैच फाइल create करने के लिए desktop पर right click करके click on New and select “text document”. इस text file of open करने के बाद आप जो भी command execute करना चाहते है वो इस file मे copy or type कर दे – जैसे की हम निचे दी गयी commands line इस file मे save कर रहे है –

@echo off
title I am writing my first batch script!!
echo Welcome friend – This is batch script !!
pause

अब इस file को आप save कर दे | ध्यान रहे file का first name कुछ भी हो लेकिन extension name .bat ही रखे | एक बार file का extension change करते ही file का Icon भी change हो जायेगा | This is your new बैच फाइल |

Leave a Reply