mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
added shell directory with shell files
This commit is contained in:
parent
48e3a20bb8
commit
e56fa13546
11 changed files with 110 additions and 34 deletions
9
shell/cloudcmd.bat
Normal file
9
shell/cloudcmd.bat
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:: -------------------------------------
|
||||
:: Changing charset back to 866, because
|
||||
:: all win32 default commands, that work
|
||||
:: thru cmd.exe showing out in unicode
|
||||
:: charset. So Cloud Commander changes
|
||||
:: 866 charset to Unicode 65001 sometime
|
||||
:: when it's neaded.
|
||||
:: -------------------------------------
|
||||
node ../cloudcmd || chcp 866
|
||||
Loading…
Add table
Add a link
Reference in a new issue