স্বতন্ত্র স্ক্রিপ্ট
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি স্বতন্ত্র স্ক্রিপ্ট হল এমন কোনো স্ক্রিপ্ট যা Google পত্রক, ডক্স, স্লাইড বা ফর্ম ফাইলের সাথে আবদ্ধ নয়। এই স্ক্রিপ্টগুলি Google ড্রাইভে আপনার ফাইলগুলির মধ্যে উপস্থিত হয়৷
একটি স্বতন্ত্র স্ক্রিপ্ট তৈরি করা হচ্ছে
একটি স্বতন্ত্র স্ক্রিপ্ট তৈরি করার সবচেয়ে সহজ উপায় হল script.google.com
পরিদর্শন করা এবং উপরের বাম দিকে, নতুন প্রকল্প add ক্লিক করুন৷
এছাড়াও আপনি Google ড্রাইভ থেকে স্বতন্ত্র স্ক্রিপ্ট তৈরি করতে পারেন। Google ড্রাইভে যান এবং New > More > Google Apps Script-এ ক্লিক করুন।
একটি স্বতন্ত্র স্ক্রিপ্ট চলমান
স্ক্রিপ্ট এডিটর থেকে একটি ফাংশন চালানোর জন্য, উপরে, আপনি যে ফাংশনটি চালাতে চান তার নাম নির্বাচন করুন এবং রান এ ক্লিক করুন।
একটি স্বতন্ত্র স্ক্রিপ্ট ব্যবহার করে
অনেক স্বতন্ত্র স্ক্রিপ্ট হল ইউটিলিটি স্ক্রিপ্ট - উদাহরণস্বরূপ, আপনার Google ড্রাইভে পুরানো ফাইলগুলির জন্য অনুসন্ধান করা যার নামে "শিরোনামবিহীন" রয়েছে যাতে আপনি সেগুলি মুছতে পারেন৷
একটি স্বতন্ত্র স্ক্রিপ্ট একটি ওয়েব অ্যাপ হিসাবে স্থাপন করা যেতে পারে বা একটি ইনস্টলযোগ্য ট্রিগার থেকে স্বয়ংক্রিয়ভাবে চালানোর জন্য সেট আপ করা যেতে পারে৷
অ্যাপস স্ক্রিপ্টের স্বতন্ত্র স্ক্রিপ্টগুলি আপনার, আপনার দল বা আপনার সংস্থার জন্য হালকা অ্যাড-অন ডেভেলপমেন্টের জন্য উপযুক্ত। বড় প্রকল্পের জন্য, ভিন্ন রানটাইম পরিবেশে Google Workspace অ্যাড-অন তৈরি করার কথা বিবেচনা করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eStandalone Google Apps Scripts are independent scripts not tied to any specific Google file like Sheets, Docs, or Slides, and they reside in your Google Drive.\u003c/p\u003e\n"],["\u003cp\u003eYou can effortlessly create a standalone script by visiting script.google.com or through Google Drive by navigating to New > More > Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eStandalone scripts are often utilized as utilities to automate tasks, such as searching and deleting files, or deployed as web apps or triggered automatically.\u003c/p\u003e\n"],["\u003cp\u003eThey can be run directly from the script editor by selecting the desired function and clicking Run.\u003c/p\u003e\n"],["\u003cp\u003eAdditionally, add-ons for Google Workspace can now be published using standalone scripts.\u003c/p\u003e\n"]]],[],null,["# Standalone Scripts\n\nA standalone script is any script that is not\n[bound to a Google Sheets, Docs, Slides, or\nForms file](/apps-script/guides/bound). These scripts appear\namong your files\nin Google Drive.\n\nCreating a standalone script\n----------------------------\n\nThe easiest way to create a standalone script is to visit\n[`script.google.com`](https://script.google.com)\nand at the top left, click add**New project**.\n\nYou can also create standalone scripts from Google Drive. Go to [Google Drive](https://drive.google.com)\nand click **New \\\u003e More \\\u003e Google Apps Script**.\n\nRunning a standalone script\n---------------------------\n\nTo run a function from the script editor, at the top, select the name\nof the function you want to execute and click **Run**.\n\nUsing a standalone script\n-------------------------\n\nMany standalone scripts are utility scripts --- for example, to\n[search your Google Drive for old files whose name contains \"untitled\"](/apps-script/reference/drive/drive-app#searchFiles(String))\nso that you can delete them.\n\nA standalone script can also be deployed as a [web app](/apps-script/guides/web)\nor set up to run automatically from an\n[installable trigger](/apps-script/guides/triggers/installable).\n\nApps Script standalone scripts are suitable for lightweight\nadd-on development for yourself, your team, or your\norganization. For larger projects, consider building a Google Workspace\nadd-on on a [different runtime](/workspace/add-ons/guides/alternate-runtimes)\nenvironment."]]