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

Add Windows usage scripts and contrib dir #3

Merged
merged 2 commits into from
Oct 23, 2017
Merged

Add Windows usage scripts and contrib dir #3

merged 2 commits into from
Oct 23, 2017

Conversation

Teteros
Copy link
Collaborator

@Teteros Teteros commented Oct 23, 2017

Adds information about the new contrib folder of the repo
as well as adding easage-pack and easage-unpack Windows explorer
helper scripts.

These scripts utilise drag and drop behaviour for quick packing/unpacking of BIG files on Windows.
Demo:
usage

Adds information about the new `contrib` folder of the repo
as well as adding `easage-pack` and `easage-unpack` Windows explorer
helper scripts.
@CLAassistant
Copy link

CLAassistant commented Oct 23, 2017

CLA assistant check
All committers have signed the CLA.

if not exist easage.exe goto FileMissing

rem Use wmic command to get current date information in YYYYMMDD format
for /f %%# in ('wMIC Path Win32_LocalTime Get /Format:value') do @for /f %%@ in ("%%#") do @set %%@
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this marker (^M) going to cause issues for anyone?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^M is \r
It's Windows \r\n endings, aka CR+LF, while Linux only needs LF

I've added them in in case someone wants to quickly edit the .cmd file in Windows' Notepad. If you omit the CR's notepad will just show everything on one continuous line which isn't human readable.

Why github only shows that marker on that line I'm not sure, whole file has them on my editor.


---

## `easage-pack.cmd` and `easage-unpack.cmd`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like unpack over extract. I'll change other bits of the project to use that wording after this is merged.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of pitching that in because it makes sense to have unpack to be reverse of pack.

Copy link
Owner

@phrohdoh phrohdoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this!

@phrohdoh phrohdoh merged commit 24462ea into phrohdoh:master Oct 23, 2017
@Teteros Teteros deleted the contrib branch October 23, 2017 13:48
@Teteros Teteros added the contrib label Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants