stascorp / rdpwrap

RDP Wrapper Library
Apache License 2.0
14.45k stars 3.8k forks source link

vbscript file to sort rdpwrap.ini #780

Open dmcdivitt opened 5 years ago

dmcdivitt commented 5 years ago

This is vbscript to sort and format an rdpwrap.ini. Use it to sort the different files you have, then use winmerge to compare. This will allow you to come up with one ini file having all appropriate info.

rdpwrap_edit.vbs.txt

dmcdivitt commented 5 years ago

This version has better consistency checking and sorts properly.

rdpwrap_edit_v2.vbs.txt

dmcdivitt commented 5 years ago

This is a special version that writes each section out as a chunk, substituting line breaks with an @ character. This causes winmerge to compare the entire section rather than trying to match lines between the two files. A composite is made more easily with winmerge, copying only entire sections. After a composite file is made the, line breaks can be put back by substituting for the @ characters.

rdpwrap_edit_group.vbs.txt

FOSSFOREVER commented 5 years ago

This is an ini updater I found in another thread. rdpwrap_ini_updater.zip