mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
07394fd18f
commit
f6cbf99b07
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
BATDIR = SRVDIR + 'win\\',
|
||||
SCENARIO = BATDIR + 'getvolumes.txt',
|
||||
lCHCP = 'chcp ' + Charset.UNICODE,
|
||||
lDiskPart = 'diskpart -s ' + SCENARIO;
|
||||
lDiskPart = 'diskpart -s "' + SCENARIO + '"';
|
||||
|
||||
exec(lCHCP + ' && ' + lDiskPart, retProcessOuput(pCallBack));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue