How to run a GIF file from the Linux command line (Ubuntu)

Just go to the directory where the files are and run the following command: Enter the name of the file you want to execute in place of .

cmd.exe /C start <file>

that's all.

This is one way to run Windows tools directly from Linux (WSL).

Reference URL https://qastack.jp/superuser/1160419/how-can-i-open-a-file-from-wsl-with-the-default-application

https://docs.microsoft.com/ja-jp/windows/wsl/interop

Recommended Posts

How to run a GIF file from the Linux command line (Ubuntu)
How to run a Kotlin Coroutine sample from the command line
How to download and run a Jar package directly from the Maven repository with just the command line
How to apply C code format from the command line
How to create a jar file or war file using the jar command
How to open a script file from Ubuntu with VS code
Using JUnit from the command line on Ubuntu
How to make Ubuntu a fixed IP address on the command line (explained as carefully as possible)
How to run the SpringBoot app as a service
[Java] How to extract the file name from the path
Notes on updating Ubuntu from the command line (16.04 → 18.04, 18.04 → 20.04 both)
How to create a form to select a date from the calendar
How to Burning a Install Disk of Windows from Ubuntu
Run a batch file from Java
To use the "java" command line tool ... How to avoid popping up
[chown] How to change the owner of a file or directory
[Xcode] How to add a README.md file
[Java] How to use the File class
Create a jar file with the command
How to delete the migration file NO FILE
How to change the timezone on Ubuntu
How to find out the Java version of a compiled class file
I was a little addicted to ssh connection from mac to linux (ubuntu)
How to SSH into Ubuntu from a terminal with public key authentication
[Rails] How to read the XML file uploaded from the screen with Hash type
How to create a route directly from the URL you want to specify + α
How to get a heapdump from a Docker container
How to dump from database (DB) to seeds file
[Swift] How to implement the LINE login function
How to delete a controller etc. using a command
How to run a djUnit task in Ant
Compile and run Java on the command line
How to build a Pytorch environment on Ubuntu
How to run NullpoMino 7.5.0 on Ubuntu 20.04.1 64bit version
[Spring Boot] How to refer to the property file
A memo of what I did from a blank state to searching for characters using the "grep command" on "Ubuntu"
How to save a file with the specified extension under the directory specified in Java to the list
3. Create a database to access from the web module
Easy setup to run docker command without sudo (Linux)
How to write Scala from the perspective of Java
How to deploy to Heroku from a local docker image
How to launch another command in a Ruby program
How to download a file (Servlet, HTML, Apache, Tomcat)
[Java] How to erase a specific character from a character string
How to determine the look-ahead request (Prefetch) from the browser
How to convert a file to a byte array in Java
21 Load the script from a file and execute it
How to debug the generated jar file in Eclipse
How to make a mod for Slay the Spire
Send a command to Spigot from an external process
[Java] How to start a new line with StringBuilder
How to read a library from a JAR file with VS Code << How to not use Maven / Gradle >>
What you need to do to open a file from the menu in the document-Based App macOS app
How to correctly check the local HTML file in the browser
How to take a screenshot with the Android Studio emulator
How to request a CSV file as JSON with jMeter
How to transition from the [Swift5] app to the iPhone settings screen
Try switching from the RHEL environment to the Ubuntu environment Server installation
[Ruby] How to split each GraphQL query into a file
SDWebImage: How to clear the cache for a particular UIImageView
How to write a migration from Rails datetime type to date type