.SCRIPT

Файл SCRIPT

Generic Script File
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A .SCRIPT file is a plain-text file containing commands for an interpreter or a specific program - not a compiled binary. There is no single format; the language depends entirely on which app or shell created it. Open it in any text editor (Notepad++, VS Code) to read the contents and identify which program it belongs to. Only run it if you trust the source, because scripts execute commands that can modify files and system settings.

Разработчик: N/A (generic; varies by program/language) Категория: Исполняемые файлы MIME: text/plain
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .APK · .EXE · .VBS · .JAR

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Aug 20, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла SCRIPT?

The .script extension is a generic label applied to plain-text files that contain a sequence of commands or instructions intended to be read and executed by an interpreter. No single developer or standard defines this extension; it is adopted independently by a wide variety of programs, shells, game engines, automation tools, and build systems. Because the extension itself carries no information about the underlying language or syntax, the file's contents must be inspected to determine what created it.

Many .script files used on Unix-like systems begin with a shebang line - #! - that names the interpreter, for example #!/bin/sh or #!/usr/bin/env python3. Files produced by Windows applications, game scripting engines, or proprietary automation tools typically omit the shebang and rely on their own keyword vocabulary instead.

Since a .script file is plain text encoded in UTF-8 or ASCII, it can be opened, read, and edited in any text editor without special tooling. It is not a compiled binary and carries no fixed magic-bytes signature beyond the optional shebang.

Related formats that serve comparable purposes include .sh for POSIX shell scripts, .bat for Windows batch files, .ps1 for PowerShell scripts, and .py for Python scripts. In practice, .script is most useful as a neutral container when a tool does not commit to a language-specific extension.

Безопасность и защита

РИСК: MEDIUM

A .script is text and safe to OPEN/READ, but it is meant to be EXECUTED by an interpreter, and a script can run arbitrary commands (delete files, download payloads, change settings). Never run a .script from an untrusted source without reading it first. Beware double extensions (update.script.exe) and copy-paste 'fix' scripts from forums. Inspect in a text editor before doing anything else.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕGeneric Script Fileтакже известен как Script source file, Shell/application script
РАЗРАБОТЧИКN/A (generic; varies by program/language)с N/A (generic extension; no single origin)
MIME-ТИПtext/plain
ТИПPlain-text source of commands/instructions for an interpreter
СВЯЗАННЫЕ.apk.exe.vbs.jar
Это расширение также используется в…
  • Game-engine / application script (various) - Many games and apps store automation or scene logic in .script files with their own custom syntax (e.g. some engines, level scripts).
  • Unix shell / interpreter script - Plain shell or interpreter scripts occasionally carry the explicit .script extension instead of .sh.

Программы, открывающие файлы SCRIPT

Windows2 apps
Notepad / VS Code Открытый код Open the .script to read and edit its text; syntax highlighting helps identify the language.
Visual Studio Code Бесплатно Open the file, set the language mode to match the syntax, and edit with highlighting.
macOS1 app
BBEdit / VS Code / TextEdit Freemium Open the .script to inspect or edit the source text.
Linux1 app
Any text editor (gedit, nano, VS Code) Открытый код Open the .script to read it; if it has a shebang and is meant to run, make it executable (chmod +x) and run it via its interpreter - only if trusted.

Технические подробности

глубокая спецификация
File typePlain-text source file; not a compiled or binary format
MIME typetext/plain (also text/x-script or application/x-sh depending on content)
Character encodingUTF-8 or ASCII; human-readable in any text editor
Magic bytes / signatureNone fixed; Unix-style scripts optionally begin with a shebang (#!) at byte offset 0
Shebang supportA leading #!/bin/sh, #!/usr/bin/env python3, or similar line names the interpreter on Unix-like systems
SyntaxDefined entirely by the interpreter or application that reads the file; no universal grammar applies
Internal structureSequential lines of commands, statements, or directives; no binary framing, headers, or fixed record format
Typical file sizeUnder 1 KB to a few hundred KB (source text only)
CompressionNone - stored as raw plain text
EncryptionNone natively; encrypted at the OS or container level if needed
Operating systemsWindows, macOS, Linux - cross-platform by nature of plain text
Interpreter bindingLoose - determined by file content, shebang line, or associated application, not by the extension alone
EditabilityFully editable in any plain-text editor (Notepad, VS Code, nano, BBEdit) without special tooling
Related extensions.sh, .bat, .ps1, .py, .js, .vbs, .cmd, .txt
ВыпущенN/A (generic extension; no single origin)
Последняя версияN/A (defined by whatever interpreter/app reads it)

Конвертации SCRIPT

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами SCRIPT. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня
H
Heitor Henrique12 d agoБЕЗ ОТВЕТА
Como abro o script
Ожидание ответа

Часто задаваемые вопросы

What program opens a .SCRIPT file?
Any text editor - Notepad++, VS Code, BBEdit - opens it for reading and editing. Which program RUNS it depends on the language: a Unix shell, a game engine, or whatever app created it. Read the contents to find out.
How do I know what kind of .SCRIPT file I have?
Open it in a text editor. A leading '#!' line names a Unix interpreter; recognisable keywords or app-specific syntax tell you the host program. The contents, not the extension, identify it.
Is it safe to run a .SCRIPT file?
Only if you trust the source. Scripts execute commands and can modify or delete files. Read the script first in a text editor, and never blindly run one you received or downloaded.
How do I run a .SCRIPT on Linux?
If it's a shell/interpreter script with a shebang, make it executable (chmod +x file.script) and run ./file.script. Verify the interpreter line and the contents first.
Can I turn a .SCRIPT into an .EXE?
Not by direct conversion. You can package some scripts into an EXE that bundles their interpreter (e.g. PyInstaller for Python), but that wraps the script rather than translating it. A generic .script has no single path to EXE.

Ссылки

1Wikipedia - Scripting languageen.wikipedia.org
2Wikipedia - Shebang (Unix)en.wikipedia.org

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Похожие расширения

.APKAndroid Package
.EXEWindows Executable (Portable Executable)
.VBSVBScript file (Visual Basic Script)
.JARJava Archive
.EX4MetaTrader 4 Compiled Program (Expert Advisor / Indicator / Script)
.APPXMicrosoft Windows App Package (AppX)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z