The final script, for future newbies:
Code: Select all
loadsearch "All installed applications", rle; columnlayout("name_path_only__order_by_path"); sortby "Path"; writefile("C:\data_jeffy\app_settings\lenovo_windows_8_64bit_home_pc\all_installed_applications_CREATED_BY_XYPLORER.txt", report("{Fullname}<crlf>")); tab("close"); exit;
Which is called via a batch file with
Code: Select all
call C:\applications\utilities\XYplorer\XYplorer.exe /ini /script="print_all_installed_applications_to_file"
(The "/ini" forces a new instance.) Or directly in the address bar, with:
Code: Select all
:: load "print_all_installed_applications_to_file"
This is a list of every installed application, as part of my automated computer backup.