var cd = moi.filesystem.getCommandsDir(); moi.filesystem.shellExecute('cmd.exe', '/c dir /a:d /b /o:n "' + cd + '" > "' + cd + 'dir.tmp"');
var pd = moi.filesystem.getProcessDir(); var cd = moi.filesystem.getCommandsDir(); moi.filesystem.shellExecute(pd + 'nircmd', 'exec hide cmd.exe /c dir /a:d /b /o:n '+ cd + '> '+ cd + 'dir.tmp');
Reply to All