[無料ダウンロード! √] zip file windows 10 command line 922833-Windows 10 unzip zip file command line

 Open Start on Windows 10 Search for Command Prompt, rightclick the top result, and select the Run as administrator option Type the following command to use tar to extract the files and press Enter tar xvzf C\PATH\TO\FILE\FILENAMEtargz C C\PATH\TO\FOLDER\EXTRACTION Native tar support on Windows 10 Step 1 Using the right mouse button, click on the ZIP file that you would like to password protect Step 2 In the shortcut menu, select the "Properties" option to open the file properties The shortcut menu for the Windows 10 file manager Step 3 In the "General" tab, click on "Advanced" in order to open the "Advanced AttributeDownload WinZip Command Line The WinZip Command Line Support AddOn provides a command line interface that gives you the power of WinZip without the usual WinZip graphical user interface It allows you to use WinZip directly from the command prompt and from batch (BAT) files and script languages, making it ideal for automating repetitive tasks

How To View Contents Of Zip Archive In Linux Linux Hint

How To View Contents Of Zip Archive In Linux Linux Hint

Windows 10 unzip zip file command line

Windows 10 unzip zip file command line-Per What's new for the Command Line in Windows 10 version 1803, windows now ships with tarexe builtin, which you can use like this C\temp> tarexe xf fileszip Further Reading Create zip folder from the command line;Pack for Windows 98

How To Set Password Zip Files With Command In All Os Technig

How To Set Password Zip Files With Command In All Os Technig

 Zip a File or Folder using Command Prompt If you use the command prompt, you can also create a Zip archive using the command prompt Windows 10 has a builtin Tar commandline tool that you can use to extract and create archives Follow the steps to create a Zip file using the Tar commandline tool Click the Start Menu button To create a crash dump file with the Windows 10 Task Manager, use these steps Open Start Search for Task Manager and click the top result to open the app Click the Processes tab RightclickIn this case, it's a zip file (optional unless using another compression format)

 If it's a single file or folder you'd like to compress, rightclick it and a menu will pop up Click "Send to," and then click "Compressed (Zipped) Folder" You can also select multiple files or folders in Explorer, and then follow the same steps above toPress Windows Key E to open File Explorer and then navigate to the file or folder you want to compress 2 Now Select the file and folders then click onYou can also use the tar command line utility to compress and decompress files in Windows 10 Below are some examples of using tar on Windows 10 command prompt How to compress files on windows 10 with tar To compress a file with tar, open command prompt in the folder where the files is located, type the command below and hit enter

 Zip it good How to zip (and unzip) files using Windows 10 If you need to save hard drive space or send data over the internet, this guide can show you how to compress file using Windows 10 set Args = WScriptArguments source = Args(0) ' remove trailing slashes as we add slashes when needed later while Right(source, 1) = "\" source = Mid(source, 1, Len(source) 1) wend target = Args(1) ' create empty ZIP file set fso = CreateObject("ScriptingFileSystemObject") set zip = fsoOpenTextFile(target, 2, vbtrue) ' write ZIP header, this ensures that WindowsOpen the command line in the folder of interest Example cd c\Test\ Execute the following command dir > listoffilestxt The command will create a list with the files and folders contained in the folder If you want to list the files in all the subfolders as well as the main folder, enter the following command dir /s >listmyfilestxt

Fix 0x Path Too Long Error When Extracting Zip File On Windows 10 Scc

Fix 0x Path Too Long Error When Extracting Zip File On Windows 10 Scc

Split Zip Files And How To Create Them Winzip Knowledgebase

Split Zip Files And How To Create Them Winzip Knowledgebase

"C\Program Files\7Zip\7zexe" – (required) starts the 7Zip commandline executable a– (required) command to add files to the archivetzip– (optional) switch to set the type of archive; Rightclick the file or folder you'd like to zip, then move your cursor down the menu and click "Send to > Compressed (zipped) folder" Name your zipped file Step 5 Finally key in the command "john –format=zip crack/keytxt" and then hit "Enter" to bypass the password Now you can unzip your folder without the need for a password Part 2 Unzip Encrypted Zip File with Password To open a password protected Zip file with a password is pretty straight forward provided that you have the password

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

Fix Can T Delete Folder In Use By Explorer Exe In Windows 10

Fix Can T Delete Folder In Use By Explorer Exe In Windows 10

 PowerShell 50 (Windows 10) and greater Starting from PowerShell 50 (Windows 10), it is possible to Zip files and folders and Unzip archives in Windows using CompressArchive and ExpandArchive PowerShell commands Zip a file or a folder from the command line in Windows PS C\> CompressArchive Path 'C\input'DestinationPath 'C\outputzip' Zip all files in a folder PS C\> CompressArchive Path 'C\folder\*'DestinationPath 'C\outputzip' Unzip an archive from the command line7Zip CommandLine Examples This tutorial shows 7Zip on the command line Compress, extract, archive and optimize with the 7zaexe executable 7Zip is an effective compression program The 7zaexe program is used to compress, extract and update files through the command line It provides superior compression It is opensourceWindows builtin command compact allows one to compress or uncompress files on a NTFS file systemUsing this command we can set compression attributes on a directory also so that the new files added to the directory will be compressed automaticallyLet's see the syntax of the command 'compact' with few examples Check the compression status of a file

Unzip Files From Zipped Folder In Windows 10 Tutorials

Unzip Files From Zipped Folder In Windows 10 Tutorials

How To Add Files To An Existing Zip File On Windows 10 Zcomtech

How To Add Files To An Existing Zip File On Windows 10 Zcomtech

Downloadexe 32bit x86 7Zip for 32bit Windows 7Zip files at SourceForge 7Zip at SourceForge Download p7zip for Linux (Posix) (x86 binaries and source code) Download p7zip p7zip at SourceForge p7zip is the command line version of 7Zip for Linux / Unix 21 Crack ZIP File Password with Thirdparty Software Passper for ZIP is a reliable and effective ZIP password cracker that is highly rated by many users It can crack password of a ZIP file that is created by WinZIP, 7ZIP, PKZIP and etc Additionally, it can crack ZIP password in Windows 10/81/8/7/Vista CompressArchive Path Files DestinationPath C\Users\Shais\Desktop\Files Compress a Folder with Command Line in Windows Simply done and finished To set password Zip files in Windows, currently use the third party application, such as 7Zip 7zip is a free open source tools for this purpose

Microsoft Acknowledges Zip File Overwrite Bug Fix Coming In November

Microsoft Acknowledges Zip File Overwrite Bug Fix Coming In November

How To Zip A File Or Folder In Windows 10 Without Any Software

How To Zip A File Or Folder In Windows 10 Without Any Software

 34 On Ubuntu you can use the split command to split your zip file Something like this should work split yourzipzip b 32M ZIPCHUNKS This will create a bunch of ZIPCHUNKS* files, in order, and all 32 MB or less in size Change the 32M parameter to vary the chunk size Traditionally you'd use cat to glue them back togetherI know 7zip and other tools allow it but I was wondering if Windows 10 1 Open a command prompt 2 Type the command below into the command prompt, and press Enter (see screenshot below) Substitute Full path of directory in the command above with the full path of the folder and drive you want to scan for compressed files and folders in it and its subfolders 3

How To Create Zip Archives And Unzip Files With Powershell Windows Os Hub

How To Create Zip Archives And Unzip Files With Powershell Windows Os Hub

Opening A Jar File In Cmd Youtube

Opening A Jar File In Cmd Youtube

Open TAR Files (targz) on Windows 10 using 7Zip Make sure to create a restore point just in case something goes wrong To use 7Zip, first, you need to download and install it How to Download & Install 7Zip on Windows 10?Compress and uncompress files and folders with batch file Secure storage of confidential data when you zip a file, you have the option to encrypt the ZIP file with a password How to zip a file with Windows If you want to create a ZIP file in Windows 7, 8, or 10, it's very easy to do the operating system contains everything that you need to zip and unzip files

Solved How To Recover Corrupted Invalid Zip Files Easeus

Solved How To Recover Corrupted Invalid Zip Files Easeus

6 Easy Ways To Create A Zip File On Windows 10

6 Easy Ways To Create A Zip File On Windows 10

When you issue a command, the interface must know the location of the file or program to which the command refers Like the example in the article Delimiters, spaces, and special characters, which runs examplezip, the path must be included (C\Program Files\WinZip\examplezip)If you only type examplezip on your command line and then press Enter the result will be much the 7Zip works in Windows 10 / 8 / 7 / Vista / XP / 19 / 16 / 12 / 08 / 03 / 00 p7zip the port of the command line version of 7Zip to Linux/Posix On 7Zip's SourceForge Page you can find a forum, bug reports, and feature request systems sudo aptget install zip Zip your folder zip r {filenamezip} {foldername} If you are using Microsoft Windows Windows does not come with a commandline zip program, despite Windows Explorer natively supporting Zip files since the Plus!

How To Open A Zip File That Turns Into A Cpgz Osxdaily

How To Open A Zip File That Turns Into A Cpgz Osxdaily

Download Windows 10 21h1 21h2 Iso 1147

Download Windows 10 21h1 21h2 Iso 1147

For Windows 10/81users rightclick start menu>click command prompt (administrator) For windows 7/8/Vista/XP users click start> All programs>accessories>command prompt> run as administrator Step 2 Change the directories to the folder where the current corrupted zip fileReset Icon Cache Database On Windows 10 Using Command Prompt Windows 10 Windows 10 Things 15 Hidden Tips Of Windows 10 That Are Extremely Useful Chrome Apps Windows 10 Hacks Using Windows 10 Downloadchina Tablet Firmware Backup Tool Feature Allwinners Rockchip Debug Mode Mtk Fastboot Mode File Information Firmware Tablet Windows Computer First, open PowerShell by searching for it from the Start menu and then typing in the following command, replacing and with the path to the files you want to compress and the name and folder you want it to go, respectively CompressArchive LiteralPath DestinationPath

How To Extract Files From Corrupted Zip Folders

How To Extract Files From Corrupted Zip Folders

How To Zip A Folder In Windows 10 2 Methods Itechguides Com

How To Zip A Folder In Windows 10 2 Methods Itechguides Com

 The above command will look for all PNG files in the current directory and its subfolders The /s switch tells the command to include subfolders, and the /b switch displays files without including metadata making the list easy to read Search for files by name To search for files by name, use the following command;  Step 1 Locate the file or folder you want to zip, and right click to select "Send to" Step 2 And select "Compressed (zipped) folder" in its sublist Step 3 Type a name for the zipped folderTo create zip files on the command line, download zipexe here this file is a copy of the original InfoZIP zipexe version 232, provided for free under the InfoZIP license Alternatively, you may download it via the original InfoZIP website How to use zip?

6 Easy Ways To Create A Zip File On Windows 10

6 Easy Ways To Create A Zip File On Windows 10

3 Ways To Rename A Single File In Windows 10

3 Ways To Rename A Single File In Windows 10

 Download 7Zip 1604 () for Windows Link Type Windows Description;My best guess goes with 7 Zip and its command line tool 7zaexe which I downloaded at nload 7Zip for Windows Should you need the command line parameters or some examples of using 7zaexe, please see this link 7Zip CommandLine Examples This guide describes the use of the WinRAR commandline tools (v501) for compressing and uncompressing files in a directory and their use in batch files (for IZArc and 7zip, see this post) This guide is an extension of a previous post, Automate Zipping Tasks using the Commandline Interface that explained the use of the commandline tools for two free compression utilities, IZArc and 7Zip

How To Change Screen Resolution Using Command Line On Windows 10 Pureinfotech

How To Change Screen Resolution Using Command Line On Windows 10 Pureinfotech

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

 How to create a ZIP file (compressed folder) in Windows The Compressed (zipped) folder functionality in Windows is available through the File Explorer in Windows 10 and Windows 81 and Windows Explorer in Windows 7 The first step is to locate the file(s) or folder(s) that you wish to compress Open File Explorer/Windows Explorer, select the file(s) and rightclick or tap Step 1 Using the right mouse button, click on the ZIP file that you would like to password protect Step 2 In the shortcut menu, select the "Properties" option to open the file properties The shortcut menu for the Windows 10 file manager Step 3 In the "General" tab, click on "Advanced" in order to open the "Advanced Attribute 7ZIP command line tool version, 7zexe, allows you to execute commands using the system terminal 7Zip is a powerful, opensource, and userfriendly program that offers support for most file archives like 7z, ZIP, RAR, TAR, and GZIp, among others These characteristics make 7Zip easy to download and be used for personal or commercial purposes By using the commandline

Install Zip Command Line Windows

Install Zip Command Line Windows

How To Quickly Extract Tar Gz Files On Windows 10 Pureinfotech

How To Quickly Extract Tar Gz Files On Windows 10 Pureinfotech

To download and Install 7Zip follow the below steps 1Open the official website of 7zip and then download 7zip The Windows PowerShell command(ISE) integrated scripting environment is a host application for Windows PowerShell, to perform the basic command in PowerShell PowerShell windows present on the Windows taskbar to click and open checking a Version using command, command start dollar sign($) To manage the command and PowerShell depend on operating To Extract All Files from Zipped Folder in Command Prompt 1 Open a command prompt 2 Type the command below into the command prompt, and press Enter (see screenshot below) PowerShell ExpandArchive Path " Full path of ZIP "

1

1

How To Add Password Command In Zip Bat File Super User

How To Add Password Command In Zip Bat File Super User

File types are names that windows gives to every file of a certain type, for example text files use the txtfile file type One file type can also be associated with many extensions For example, both7z and zip extensions are associated with the 7Zip file type On the other hand, an extension can only be associated with one file type Windows 10 command line to zip and password encrypt a file Hi does anyone know if it is possible to zip and password encrypt a file or files in Windows 10 via a batch script?This community is dedicated to Windows 10 which is a personal computer operating system released by Microsoft as part of the Windows NT family of operating systems This subreddit is not a tech support subreddit Troubleshooting/support posts will be removed, these posts would be a better fit in /r/WindowsHelp or /r/TechSupport

3

3

Windows 10 Command Prompt The Process Cannot Access The File Because It Is Being Used By Another Process Super User

Windows 10 Command Prompt The Process Cannot Access The File Because It Is Being Used By Another Process Super User

One of the most popular file archivers is 7zip, and it's free This archiver is pretty powerful and it works in Windows XP, Vista, 7, 8 and Windows 10Some of its main features are high compression ratio, powerful file manager and powerful command line version, plugin for FAR manager, it supports various formats, localizations for 87 languages, and so onIn this video I am going to show How to Install 7Zip on Windows 10 operating system 7Zip is open source software Most of the source code is under the GNU Both Linux and macOS can create and extract a compressed archive file out of the box As of Windows 10 build though, Tar is now packaged in the OS by default This gives users a way to compress files without installing additional apps however, Tar only has a command line interface on Windows 10 and it cannot create or extract ZIP files

How To Unzip Files On Windows 10 3 Methods Itechguides Com

How To Unzip Files On Windows 10 3 Methods Itechguides Com

2 Ways To Create A Password Protected Zip File In Windows Digital Citizen

2 Ways To Create A Password Protected Zip File In Windows Digital Citizen

How To View Contents Of Zip Archive In Linux Linux Hint

How To View Contents Of Zip Archive In Linux Linux Hint

How To Open And Create Tar Files On Windows Daily Dose Of Tech

How To Open And Create Tar Files On Windows Daily Dose Of Tech

How To Search An Archive File Without Extracting It On Windows 10

How To Search An Archive File Without Extracting It On Windows 10

How To Hide Text Inside Image Using Command Prompt Steganography Windows Autechtips

How To Hide Text Inside Image Using Command Prompt Steganography Windows Autechtips

Command Line Compression Options Charles Haven

Command Line Compression Options Charles Haven

How To Restore Default Zip File Associations In Windows

How To Restore Default Zip File Associations In Windows

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

How To Compress Files Using The Linux Command Line

How To Compress Files Using The Linux Command Line

Batch Script To Zip Files In Windows 10 How To Zip A File Or Folder In Windows 10

Batch Script To Zip Files In Windows 10 How To Zip A File Or Folder In Windows 10

How To Install Full Windows 10 On Raspberry Pi 3 Raspiproject

How To Install Full Windows 10 On Raspberry Pi 3 Raspiproject

Zip And Unzip With Powershell 4sysops

Zip And Unzip With Powershell 4sysops

Unzip Files In Windows 10 Using Cmd Youtube

Unzip Files In Windows 10 Using Cmd Youtube

Split Zip Files And How To Create Them Winzip Knowledgebase

Split Zip Files And How To Create Them Winzip Knowledgebase

Batch Script To Zip File Using Cmd Batch File Get It Solutions

Batch Script To Zip File Using Cmd Batch File Get It Solutions

How To Force Delete Files In Windows 10

How To Force Delete Files In Windows 10

How To Set Password Zip Files With Command In All Os Technig

How To Set Password Zip Files With Command In All Os Technig

10 Free Zip File Compressors With High Compression Ratio

10 Free Zip File Compressors With High Compression Ratio

How To Hide Files In A Jpg Picture

How To Hide Files In A Jpg Picture

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

How To Zip Or Unzip A File Or Folder On Windows 10 Dztechno Dztechno

How To Zip Or Unzip A File Or Folder On Windows 10 Dztechno Dztechno

How To Edit Your Computers Hosts File Pandapow

How To Edit Your Computers Hosts File Pandapow

Command Line Compression Options Charles Haven

Command Line Compression Options Charles Haven

Unzip Files From Zipped Folder In Windows 10 Tutorials

Unzip Files From Zipped Folder In Windows 10 Tutorials

How To Unzip Password Protected Zip File In Windows 10 8 7 Password Recovery Bundle

How To Unzip Password Protected Zip File In Windows 10 8 7 Password Recovery Bundle

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

How To Extract Cab File Using Command Line Tools In Windows 10

How To Extract Cab File Using Command Line Tools In Windows 10

Compress Or Uncompress Files And Folders In Windows 10 Tutorials

Compress Or Uncompress Files And Folders In Windows 10 Tutorials

Why Can I Not Open Zipped Or Compressed File

Why Can I Not Open Zipped Or Compressed File

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

9 Tips To Fix Windows Cannot Complete The Extraction

9 Tips To Fix Windows Cannot Complete The Extraction

7zip How To Extract Subfolders And Subfiles From A Zip File Windows 10 Forums

7zip How To Extract Subfolders And Subfiles From A Zip File Windows 10 Forums

1

1

How To Run Cmd As Administrator On Windows 10

How To Run Cmd As Administrator On Windows 10

How To Zip And Unzip Files In Windows 10 Simplehow

How To Zip And Unzip Files In Windows 10 Simplehow

How To Create A Bootable Windows 10 Iso From A Windows 10 Esd File Appuals Com

How To Create A Bootable Windows 10 Iso From A Windows 10 Esd File Appuals Com

How To Zip And Unzip Files In Windows 10 Simplehow

How To Zip And Unzip Files In Windows 10 Simplehow

How To Extract Cab File Using Command Line Tools In Windows 10

How To Extract Cab File Using Command Line Tools In Windows 10

How To Download Install And Use Wget In Windows 10

How To Download Install And Use Wget In Windows 10

7 Zip The Open Source File Archiver Is Now Available For Linux

7 Zip The Open Source File Archiver Is Now Available For Linux

How To Extract Multiple Zip Files Complete Guide

How To Extract Multiple Zip Files Complete Guide

How To Password Protect Zip Files On Windows 10 Best Tools

How To Password Protect Zip Files On Windows 10 Best Tools

Tar And Curl Come To Windows Microsoft Tech Community

Tar And Curl Come To Windows Microsoft Tech Community

How To Create Zip File With Password In Windows 10 8 7

How To Create Zip File With Password In Windows 10 8 7

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

How To Create Zip File With Password In Windows 10 8 7

How To Create Zip File With Password In Windows 10 8 7

1

1

How To Zip A File In Windows 10 Digital Trends

How To Zip A File In Windows 10 Digital Trends

4 Ways To Make A Zip File Wikihow

4 Ways To Make A Zip File Wikihow

How To Extract Multiple Zip Files Complete Guide

How To Extract Multiple Zip Files Complete Guide

Winrar Download

Winrar Download

How To Crack Or Hack Zip File Password In 21 Wincope

How To Crack Or Hack Zip File Password In 21 Wincope

How To Find Compressed Files And Folders On Windows 10

How To Find Compressed Files And Folders On Windows 10

How To Set Password Zip Files With Command In All Os Technig

How To Set Password Zip Files With Command In All Os Technig

Techniques To Fix Zip File Association On Windows 10 Info Remo Software

Techniques To Fix Zip File Association On Windows 10 Info Remo Software

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

How To Zip Or Unzip A File Or Folder On Windows 10 Winbuzzer

7 Zip Wikipedia

7 Zip Wikipedia

How To Compress Files In Windows 10 Bitwarsoft

How To Compress Files In Windows 10 Bitwarsoft

How To Zip And Unzip Files In Windows 10 Simplehow

How To Zip And Unzip Files In Windows 10 Simplehow

How To Zip A Folder Using A Batch File In Windows 10

How To Zip A Folder Using A Batch File In Windows 10

Easy 1 Minute Fix For The Compressed Zipped Folder Is Invalid Itexperience Net

Easy 1 Minute Fix For The Compressed Zipped Folder Is Invalid Itexperience Net

Free Zip 2 Secure Exe Create Self Extracting Executable With Aes Encryption From A Zip Compression File And Automatically Run Setup

Free Zip 2 Secure Exe Create Self Extracting Executable With Aes Encryption From A Zip Compression File And Automatically Run Setup

Restore Missing Extract All Option To Zip Right Click Menu Winhelponline

Restore Missing Extract All Option To Zip Right Click Menu Winhelponline

Ziptools The Bits That Python S Zipfile Forgot

Ziptools The Bits That Python S Zipfile Forgot

Zip Or Unzip Files And Folders In Windows 10 Techcult

Zip Or Unzip Files And Folders In Windows 10 Techcult

8 Best Ways To Start Command Prompt In Windows 10 H2s Media

8 Best Ways To Start Command Prompt In Windows 10 H2s Media

Entry 3 By Ahmadsameer For Create Power Shell Command Line Script For Windows 10 To Find Specific Files And Delete Them Freelancer

Entry 3 By Ahmadsameer For Create Power Shell Command Line Script For Windows 10 To Find Specific Files And Delete Them Freelancer

Commands For Using Standalone 7 Zip To Split And Combine Zip File Vishal Monpara

Commands For Using Standalone 7 Zip To Split And Combine Zip File Vishal Monpara

How To Password Protect And Encrypt Files Using 7 Zip For Windows

How To Password Protect And Encrypt Files Using 7 Zip For Windows

Download 7 Zip 64 Bit 19 00 For Windows Filehippo Com

Download 7 Zip 64 Bit 19 00 For Windows Filehippo Com

How To Put Open Command Window Here In The Context Menu Of Windows

How To Put Open Command Window Here In The Context Menu Of Windows

Solved How To Recover Corrupted Invalid Zip Files Easeus

Solved How To Recover Corrupted Invalid Zip Files Easeus

How To Create And Extract Zip Files To Specific Directory In Linux

How To Create And Extract Zip Files To Specific Directory In Linux

How To Create A Password Protected Zip File In Linux

How To Create A Password Protected Zip File In Linux

How To Zip A File Or Folder In Windows 10 Laptop Mag

How To Zip A File Or Folder In Windows 10 Laptop Mag

6 Easy Ways To Create A Zip File On Windows 10

6 Easy Ways To Create A Zip File On Windows 10

How To Use Tar On Windows 10

How To Use Tar On Windows 10

Incoming Term: zip file windows 10 command line, extract zip file windows 10 command line, password protect zip file windows 10 command line, compress files windows 10 command line, windows 10 unzip zip file command line,

コメント

このブログの人気の投稿

√70以上 漫画 あき そら 293233

√完了しました! メール 写真 添付 294193-メール 写真 添付

コンプリート! campus ノート アレンジ 398191-Campus ノート アレンジ