Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't convert to zip #37

Open
AmazingMech2418 opened this issue Apr 16, 2018 · 2 comments
Open

Can't convert to zip #37

AmazingMech2418 opened this issue Apr 16, 2018 · 2 comments

Comments

@AmazingMech2418
Copy link

I used a batch file to copy the file, but it won't convert to a zip file. Please allow zip conversions for block "hacking".
Batch file code:

@echo off
title "COPY A FILE"
color 1f
echo Welcome to the file copier!
PAUSE
:top
echo What file do you want to copy?
set /p fileone=
echo What will the new file name be?
set /p filetwo=
more %fileone%>%filetwo%
echo File Copied
PAUSE
echo "Would you like to copy another file? [Y/N]"
set /p choice=
if "%choice%"=="Y" (
goto top
)
if "%choice%"=="N" (
goto end
)
:end
echo Thank you for choosing File Copier to copy your files!
PAUSE
exit

I added the code in case it is a code error for the batch file.

@apple502j
Copy link
Contributor

Sorry, it's none of your bussiness, since it's not related to Scratch Open-Source Project.
Use stackoverflow.
Note that zip is a file, not a folder, and Command Prompt cannot convert zip without 7-zip library or anything like that.

@thisandagain Please close it as "wontfix".

@AmazingMech2418
Copy link
Author

@apple502j I can actually change an sb2 to a zip file using the same code, but not sb3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants