For part of some application it is required to write a VBScript to format SD card to EXT4 fs. Application is running on Windows OS. I found that the format
command in CMD can perform disk formatting but only to FAT*, NTFSm UDF and ReFS. Is there any other way to do formatting to EXT4, but through the command line interface and not by using any third party software.
Application is running on Windows and it is intended on creating SD cards for Linux devices.