G
파일 내용은
files
┣files.zip
┖file.bat
files.zip
┣Game_data
┣Game.exe
┖Game.dll
이렇게고 file.bat 실행하면 files.zip files에 압축풀고 files에 있는 Game.exe 실행시키는거 가능함?
G
파일 내용은
files
┣files.zip
┖file.bat
files.zip
┣Game_data
┣Game.exe
┖Game.dll
이렇게고 file.bat 실행하면 files.zip files에 압축풀고 files에 있는 Game.exe 실행시키는거 가능함?
해당 댓글은 삭제되었습니다.
답변 고마워
가능함.
https://superuser.com/questions/1314420/how-to-unzip-a-file-using-the-cmd
아니면
좀 더 익숙한 7zip 깔면 cli로 7zip으로 zip파일 압축해제도 가능함.
압축 풀고나서 그냥 ./Game.exe 하면 됨.
고마워