2
Створення значень, розділених комами, у пакетному сценарії
Я написав фрагмент коду в пакетному сценарії, який приблизно такий: ( wmic.exe /node:x.x.x.x computersystem get name wmic.exe /node:x.x.x.x computersystem get domain wmic.exe /node:x.x.x.x computersystem get manufacturer wmic.exe /node:x.x.x.x computersystem get model wmic.exe /node:x.x.x.x computersystem get username wmic.exe /node:x.x.x.x computersystem get systemtype ) >> file.txt Вміст file.txt: ABC123 xyz.com Hewlett-Packard HP …