mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
5b825e5e7d
commit
0ee9e09a99
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