Niander466
Member
so we just need to put the files in the imput directory and it will automatically create a folder for each file?I had a little fun with your bat file @lmn7Now, if you put the files you want to make a PKG with into a folder named "imput", it will make the appropriate folder in custom folder and copy the file into it. The known files are those listed here (except the CEX/DEX settings).
Code:@ECHO OFF title make_package_custom if not exist custom md custom rem Coldboot if exist imput\coldboot.raf md custom\dev_blind\vsh\resource & copy imput\coldboot.raf custom\dev_blind\vsh\resource if exist imput\coldboot_multi.ac3 md custom\dev_blind\vsh\resource & copy imput\coldboot_multi.ac3 custom\dev_blind\vsh\resource if exist imput\coldboot_stereo.ac3 md custom\dev_blind\vsh\resource & copy imput\coldboot_stereo.ac3 custom\dev_blind\vsh\resource rem RCO if exist imput\*.rco md custom\dev_blind\vsh\resource & copy imput\*.rco custom\dev_blind\vsh\resource rem TTF-Fonts if exist imput\*.TTF md custom\dev_blind\data\font & copy imput\*.TTF custom\dev_blind\data\font rem ttf-Fonts if exist imput\*.ttf md custom\dev_blind\data\font\SONY-CC & copy imput\*.ttf custom\dev_blind\data\font\SONY-CC rem SELF (Main VSH Module Directory) if exist imput\cellftp.self md custom\dev_blind\vsh\module & copy imput\cellftp.self custom\dev_blind\vsh\module if exist imput\ftpd.self md custom\dev_blind\vsh\module & copy imput\ftpd.self custom\dev_blind\vsh\module if exist imput\mcore.self md custom\dev_blind\vsh\module & copy imput\mcore.self custom\dev_blind\vsh\module if exist imput\mcore_tk.self md custom\dev_blind\vsh\module & copy imput\mcore_tk.self custom\dev_blind\vsh\module if exist imput\mgvideo.self md custom\dev_blind\vsh\module & copy imput\mgvideo.self custom\dev_blind\vsh\module if exist imput\onicore_child.self md custom\dev_blind\vsh\module & copy imput\onicore_child.self custom\dev_blind\vsh\module if exist imput\SacModule.spu.isoself md custom\dev_blind\vsh\module & copy imput\SacModule.spu.isoself custom\dev_blind\vsh\module if exist imput\swagner.self md custom\dev_blind\vsh\module & copy imput\swagner.self custom\dev_blind\vsh\module if exist imput\swreset.self md custom\dev_blind\vsh\module & copy imput\swreset.self custom\dev_blind\vsh\module rem SELF (PS1 Emulator) if exist imput\ps1_emu.self md custom\dev_blind\ps1emu & copy imput\ps1_emu.self custom\dev_blind\ps1emu if exist imput\ps1_netemu.self md custom\dev_blind\ps1emu & copy imput\ps1_netemu.self custom\dev_blind\ps1emu if exist imput\ps1_newemu.self md custom\dev_blind\ps1emu & copy imput\ps1_newemu.self custom\dev_blind\ps1emu if exist imput\ps1_rom.bin md custom\dev_blind\ps1emu & copy imput\ps1_rom.bin custom\dev_blind\ps1emu rem SELF (PS2 Emulator) if exist imput\ps2_emu.self md custom\dev_blind\ps2emu & copy imput\ps2_emu.self custom\dev_blind\ps2emu if exist imput\ps2_gxemu.self md custom\dev_blind\ps2emu & copy imput\ps2_gxemu.self custom\dev_blind\ps2emu if exist imput\ps2_netemu.self md custom\dev_blind\ps2emu & copy imput\ps2_netemu.self custom\dev_blind\ps2emu rem SELF (PSP Emulator) if exist imput\psp_emulator.self md custom\dev_blind\pspemu & copy imput\psp_emulator.self custom\dev_blind\pspemu if exist imput\psp_translator.self md custom\dev_blind\pspemu & copy imput\psp_translator.self custom\dev_blind\pspemu rem SELF (BD Player) if exist imput\bdj.self md custom\dev_blind\bdplayer & copy imput\bdj.self custom\dev_blind\bdplayer if exist imput\bdp_BDMV.self md custom\dev_blind\bdplayer & copy imput\bdp_BDMV.self custom\dev_blind\bdplayer if exist imput\bdp_BDVD.self md custom\dev_blind\bdplayer & copy imput\bdp_BDVD.self custom\dev_blind\bdplayer if exist imput\CprmModule.spu.isoself md custom\dev_blind\bdplayer & copy imput\CprmModule.spu.isoself custom\dev_blind\bdplayer if exist imput\CssModule.spu.isoself md custom\dev_blind\bdplayer & copy imput\CssModule.spu.isoself custom\dev_blind\bdplayer rem SPRX (VSH Modules) if exist imput\ap_plugin.sprx md custom\dev_blind\vsh\module & copy imput\ap_plugin.sprx custom\dev_blind\vsh\module if exist imput\audioplayer_plugin.sprx md custom\dev_blind\vsh\module & copy imput\audioplayer_plugin.sprx custom\dev_blind\vsh\module if exist imput\audioplayer_plugin_dummy.sprx md custom\dev_blind\vsh\module & copy imput\audioplayer_plugin_dummy.sprx custom\dev_blind\vsh\module if exist imput\audioplayer_plugin_mini.sprx md custom\dev_blind\vsh\module & copy imput\audioplayer_plugin_mini.sprx custom\dev_blind\vsh\module if exist imput\auth_plugin.sprx md custom\dev_blind\vsh\module & copy imput\auth_plugin.sprx custom\dev_blind\vsh\module if exist imput\autodownload_plugin.sprx md custom\dev_blind\vsh\module & copy imput\autodownload_plugin.sprx custom\dev_blind\vsh\module if exist imput\autoupdateconf_plugin.sprx md custom\dev_blind\vsh\module & copy imput\autoupdateconf_plugin.sprx custom\dev_blind\vsh\module if exist imput\avc_plugin.sprx md custom\dev_blind\vsh\module & copy imput\avc_plugin.sprx custom\dev_blind\vsh\module if exist imput\avc_util.sprx md custom\dev_blind\vsh\module & copy imput\avc_util.sprx custom\dev_blind\vsh\module if exist imput\avc2_game_plugin.sprx md custom\dev_blind\vsh\module & copy imput\avc2_game_plugin.sprx custom\dev_blind\vsh\module if exist imput\avc2_game_video_plugin.sprx md custom\dev_blind\vsh\module & copy imput\avc2_game_video_plugin.sprx custom\dev_blind\vsh\module if exist imput\avc2_text_plugin.sprx md custom\dev_blind\vsh\module & copy imput\avc2_text_plugin.sprx custom\dev_blind\vsh\module if exist imput\basic_plugins.sprx md custom\dev_blind\vsh\module & copy imput\basic_plugins.sprx custom\dev_blind\vsh\module if exist imput\bdp_disccheck_plugin.sprx md custom\dev_blind\vsh\module & copy imput\bdp_disccheck_plugin.sprx custom\dev_blind\vsh\module if exist imput\bdp_plugin.sprx md custom\dev_blind\vsh\module & copy imput\bdp_plugin.sprx custom\dev_blind\vsh\module if exist imput\bdp_storage_plugin.sprx md custom\dev_blind\vsh\module & copy imput\bdp_storage_plugin.sprx custom\dev_blind\vsh\module if exist imput\campaign_plugin.sprx md custom\dev_blind\vsh\module & copy imput\campaign_plugin.sprx custom\dev_blind\vsh\module if exist imput\category_setting_plugin.sprx md custom\dev_blind\vsh\module & copy imput\category_setting_plugin.sprx custom\dev_blind\vsh\module if exist imput\checker_plugin.sprx md custom\dev_blind\vsh\module & copy imput\checker_plugin.sprx custom\dev_blind\vsh\module if exist imput\closedcaption_config_plugin.sprx md custom\dev_blind\vsh\module & copy imput\closedcaption_config_plugin.sprx custom\dev_blind\vsh\module if exist imput\comboplay_plugin.sprx md custom\dev_blind\vsh\module & copy imput\comboplay_plugin.sprx custom\dev_blind\vsh\module if exist imput\custom_render_plugin.sprx md custom\dev_blind\vsh\module & copy imput\custom_render_plugin.sprx custom\dev_blind\vsh\module if exist imput\data_copy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\data_copy_plugin.sprx custom\dev_blind\vsh\module if exist imput\deviceconf_plugin.sprx md custom\dev_blind\vsh\module & copy imput\deviceconf_plugin.sprx custom\dev_blind\vsh\module if exist imput\divxdrm.sprx md custom\dev_blind\vsh\module & copy imput\divxdrm.sprx custom\dev_blind\vsh\module if exist imput\dlna_plugin.sprx md custom\dev_blind\vsh\module & copy imput\dlna_plugin.sprx custom\dev_blind\vsh\module if exist imput\download_plugin.sprx md custom\dev_blind\vsh\module & copy imput\download_plugin.sprx custom\dev_blind\vsh\module if exist imput\dtcpip_util.sprx md custom\dev_blind\vsh\module & copy imput\dtcpip_util.sprx custom\dev_blind\vsh\module if exist imput\edy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\edy_plugin.sprx custom\dev_blind\vsh\module if exist imput\esehttp.sprx md custom\dev_blind\vsh\module & copy imput\esehttp.sprx custom\dev_blind\vsh\module if exist imput\eseibrd.sprx md custom\dev_blind\vsh\module & copy imput\eseibrd.sprx custom\dev_blind\vsh\module if exist imput\eseidle.sprx md custom\dev_blind\vsh\module & copy imput\eseidle.sprx custom\dev_blind\vsh\module if exist imput\eselock.sprx md custom\dev_blind\vsh\module & copy imput\eselock.sprx custom\dev_blind\vsh\module if exist imput\eula_cddb_plugin.sprx md custom\dev_blind\vsh\module & copy imput\eula_cddb_plugin.sprx custom\dev_blind\vsh\module if exist imput\eula_hcopy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\eula_hcopy_plugin.sprx custom\dev_blind\vsh\module if exist imput\eula_net_plugin.sprx md custom\dev_blind\vsh\module & copy imput\eula_net_plugin.sprx custom\dev_blind\vsh\module if exist imput\explore_category_friend.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_friend.sprx custom\dev_blind\vsh\module if exist imput\explore_category_game.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_game.sprx custom\dev_blind\vsh\module if exist imput\explore_category_music.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_music.sprx custom\dev_blind\vsh\module if exist imput\explore_category_network.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_network.sprx custom\dev_blind\vsh\module if exist imput\explore_category_photo.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_photo.sprx custom\dev_blind\vsh\module if exist imput\explore_category_psn.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_psn.sprx custom\dev_blind\vsh\module if exist imput\explore_category_sysconf.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_sysconf.sprx custom\dev_blind\vsh\module if exist imput\explore_category_tv.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_tv.sprx custom\dev_blind\vsh\module if exist imput\explore_category_user.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_user.sprx custom\dev_blind\vsh\module if exist imput\explore_category_video.sprx md custom\dev_blind\vsh\module & copy imput\explore_category_video.sprx custom\dev_blind\vsh\module if exist imput\explore_plugin.sprx md custom\dev_blind\vsh\module & copy imput\explore_plugin.sprx custom\dev_blind\vsh\module if exist imput\explore_plugin_ft.sprx md custom\dev_blind\vsh\module & copy imput\explore_plugin_ft.sprx custom\dev_blind\vsh\module if exist imput\explore_plugin_game.sprx md custom\dev_blind\vsh\module & copy imput\explore_plugin_game.sprx custom\dev_blind\vsh\module if exist imput\explore_plugin_np.sprx md custom\dev_blind\vsh\module & copy imput\explore_plugin_np.sprx custom\dev_blind\vsh\module if exist imput\faust_widget.sprx md custom\dev_blind\vsh\module & copy imput\faust_widget.sprx custom\dev_blind\vsh\module if exist imput\filecopy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\filecopy_plugin.sprx custom\dev_blind\vsh\module if exist imput\friendim_plugin.sprx md custom\dev_blind\vsh\module & copy imput\friendim_plugin.sprx custom\dev_blind\vsh\module if exist imput\friendml_plugin.sprx md custom\dev_blind\vsh\module & copy imput\friendml_plugin.sprx custom\dev_blind\vsh\module if exist imput\friendtrophy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\friendtrophy_plugin.sprx custom\dev_blind\vsh\module if exist imput\game_ext_plugin.sprx md custom\dev_blind\vsh\module & copy imput\game_ext_plugin.sprx custom\dev_blind\vsh\module if exist imput\game_indicator_plugin.sprx md custom\dev_blind\vsh\module & copy imput\game_indicator_plugin.sprx custom\dev_blind\vsh\module if exist imput\gamedata_plugin.sprx md custom\dev_blind\vsh\module & copy imput\gamedata_plugin.sprx custom\dev_blind\vsh\module if exist imput\gamelib_plugin.sprx md custom\dev_blind\vsh\module & copy imput\gamelib_plugin.sprx custom\dev_blind\vsh\module if exist imput\gameupdate_plugin.sprx md custom\dev_blind\vsh\module & copy imput\gameupdate_plugin.sprx custom\dev_blind\vsh\module if exist imput\hknw_plugin.sprx md custom\dev_blind\vsh\module & copy imput\hknw_plugin.sprx custom\dev_blind\vsh\module if exist imput\idle_plugin.sprx md custom\dev_blind\vsh\module & copy imput\idle_plugin.sprx custom\dev_blind\vsh\module if exist imput\ime.sprx md custom\dev_blind\vsh\module & copy imput\ime.sprx custom\dev_blind\vsh\module if exist imput\ime_atok.sprx md custom\dev_blind\vsh\module & copy imput\ime_atok.sprx custom\dev_blind\vsh\module if exist imput\ime_zi.sprx md custom\dev_blind\vsh\module & copy imput\ime_zi.sprx custom\dev_blind\vsh\module if exist imput\ingame_manual_plugin.sprx md custom\dev_blind\vsh\module & copy imput\ingame_manual_plugin.sprx custom\dev_blind\vsh\module if exist imput\kensaku_plugin.sprx md custom\dev_blind\vsh\module & copy imput\kensaku_plugin.sprx custom\dev_blind\vsh\module if exist imput\libmtp.sprx md custom\dev_blind\vsh\module & copy imput\libmtp.sprx custom\dev_blind\vsh\module if exist imput\libps2hdd.sprx md custom\dev_blind\vsh\module & copy imput\libps2hdd.sprx custom\dev_blind\vsh\module if exist imput\libvideoSubsystem.sprx md custom\dev_blind\vsh\module & copy imput\libvideoSubsystem.sprx custom\dev_blind\vsh\module if exist imput\micon_lock_plugin.sprx md custom\dev_blind\vsh\module & copy imput\micon_lock_plugin.sprx custom\dev_blind\vsh\module if exist imput\mintx_client.sprx md custom\dev_blind\vsh\module & copy imput\mintx_client.sprx custom\dev_blind\vsh\module if exist imput\mintx_client_upload.sprx md custom\dev_blind\vsh\module & copy imput\mintx_client_upload.sprx custom\dev_blind\vsh\module if exist imput\mms.sprx md custom\dev_blind\vsh\module & copy imput\mms.sprx custom\dev_blind\vsh\module if exist imput\mms_cls.sprx md custom\dev_blind\vsh\module & copy imput\mms_cls.sprx custom\dev_blind\vsh\module if exist imput\mms_db_full.sprx md custom\dev_blind\vsh\module & copy imput\mms_db_full.sprx custom\dev_blind\vsh\module if exist imput\mms_ext_full.sprx md custom\dev_blind\vsh\module & copy imput\mms_ext_full.sprx custom\dev_blind\vsh\module if exist imput\mms_ext_mini.sprx md custom\dev_blind\vsh\module & copy imput\mms_ext_mini.sprx custom\dev_blind\vsh\module if exist imput\mms_maintenance.sprx md custom\dev_blind\vsh\module & copy imput\mms_maintenance.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_avi.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_avi.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_bmp.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_bmp.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_dir_gamehdd.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_dir_gamehdd.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_dir_npachive.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_dir_npachive.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_dir_ps3savedata.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_dir_ps3savedata.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_gif.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_gif.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_jpeg.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_jpeg.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_bdvd.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_bdvd.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_cdda.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_cdda.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_cdrom.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_cdrom.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_gamedisc.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_gamedisc.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_hdd.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_hdd.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_sacd.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_sacd.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_media_usbmass.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_media_usbmass.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_mp3.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_mp3.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_mp4aac.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_mp4aac.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_mp4video.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_mp4video.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_mpeg.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_mpeg.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_mpo.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_mpo.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_msv.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_msv.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_music_default.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_music_default.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_photo_default.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_photo_default.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_png.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_png.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_riff.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_riff.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_tiff.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_tiff.sprx custom\dev_blind\vsh\module if exist imput\mms_minimdimp_video_default.sprx md custom\dev_blind\vsh\module & copy imput\mms_minimdimp_video_default.sprx custom\dev_blind\vsh\module if exist imput\mms_schema.sprx md custom\dev_blind\vsh\module & copy imput\mms_schema.sprx custom\dev_blind\vsh\module if exist imput\mouse_plugin.sprx md custom\dev_blind\vsh\module & copy imput\mouse_plugin.sprx custom\dev_blind\vsh\module if exist imput\msmw1.sprx md custom\dev_blind\vsh\module & copy imput\msmw1.sprx custom\dev_blind\vsh\module if exist imput\msmw1_aaconly.sprx md custom\dev_blind\vsh\module & copy imput\msmw1_aaconly.sprx custom\dev_blind\vsh\module if exist imput\msmw1_atraconly.sprx md custom\dev_blind\vsh\module & copy imput\msmw1_atraconly.sprx custom\dev_blind\vsh\module if exist imput\msmw2.sprx md custom\dev_blind\vsh\module & copy imput\msmw2.sprx custom\dev_blind\vsh\module if exist imput\msmw3_senvuabs_only.sprx md custom\dev_blind\vsh\module & copy imput\msmw3_senvuabs_only.sprx custom\dev_blind\vsh\module if exist imput\mtpinitiator_plugin.sprx md custom\dev_blind\vsh\module & copy imput\mtpinitiator_plugin.sprx custom\dev_blind\vsh\module if exist imput\musicbrowser_plugin.sprx md custom\dev_blind\vsh\module & copy imput\musicbrowser_plugin.sprx custom\dev_blind\vsh\module if exist imput\nas_plugin.sprx md custom\dev_blind\vsh\module & copy imput\nas_plugin.sprx custom\dev_blind\vsh\module if exist imput\netconf_plugin.sprx md custom\dev_blind\vsh\module & copy imput\netconf_plugin.sprx custom\dev_blind\vsh\module if exist imput\newstore_effect.sprx md custom\dev_blind\vsh\module & copy imput\newstore_effect.sprx custom\dev_blind\vsh\module if exist imput\newstore_plugin.sprx md custom\dev_blind\vsh\module & copy imput\newstore_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_eula_plugin.sprx md custom\dev_blind\vsh\module & copy imput\np_eula_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_matching_plugin.sprx md custom\dev_blind\vsh\module & copy imput\np_matching_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_multisignin_plugin.sprx md custom\dev_blind\vsh\module & copy imput\np_multisignin_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_oauth.sprx md custom\dev_blind\vsh\module & copy imput\np_oauth.sprx custom\dev_blind\vsh\module if exist imput\np_sns_plugin.sprx md custom\dev_blind\vsh\module & copy imput\np_sns_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_trophy_ingame.sprx md custom\dev_blind\vsh\module & copy imput\np_trophy_ingame.sprx custom\dev_blind\vsh\module if exist imput\np_trophy_plugin.sprx md custom\dev_blind\vsh\module & copy imput\np_trophy_plugin.sprx custom\dev_blind\vsh\module if exist imput\np_trophy_util.sprx md custom\dev_blind\vsh\module & copy imput\np_trophy_util.sprx custom\dev_blind\vsh\module if exist imput\npsignin_plugin.sprx md custom\dev_blind\vsh\module & copy imput\npsignin_plugin.sprx custom\dev_blind\vsh\module if exist imput\onicore_child.sprx md custom\dev_blind\vsh\module & copy imput\onicore_child.sprx custom\dev_blind\vsh\module if exist imput\osk_plugin.sprx md custom\dev_blind\vsh\module & copy imput\osk_plugin.sprx custom\dev_blind\vsh\module if exist imput\oskfullkeypanel_plugin.sprx md custom\dev_blind\vsh\module & copy imput\oskfullkeypanel_plugin.sprx custom\dev_blind\vsh\module if exist imput\oskpanel_plugin.sprx md custom\dev_blind\vsh\module & copy imput\oskpanel_plugin.sprx custom\dev_blind\vsh\module if exist imput\paf_ext.sprx md custom\dev_blind\vsh\module & copy imput\paf_ext.sprx custom\dev_blind\vsh\module if exist imput\paf_psjs.sprx md custom\dev_blind\vsh\module & copy imput\paf_psjs.sprx custom\dev_blind\vsh\module if exist imput\paf_web.sprx md custom\dev_blind\vsh\module & copy imput\paf_web.sprx custom\dev_blind\vsh\module if exist imput\pesm_plugin.sprx md custom\dev_blind\vsh\module & copy imput\pesm_plugin.sprx custom\dev_blind\vsh\module if exist imput\photo_network_sharing_plugin.sprx md custom\dev_blind\vsh\module & copy imput\photo_network_sharing_plugin.sprx custom\dev_blind\vsh\module if exist imput\photolist_plugin.sprx md custom\dev_blind\vsh\module & copy imput\photolist_plugin.sprx custom\dev_blind\vsh\module if exist imput\photoupload_plugin.sprx md custom\dev_blind\vsh\module & copy imput\photoupload_plugin.sprx custom\dev_blind\vsh\module if exist imput\photoviewer_plugin.sprx md custom\dev_blind\vsh\module & copy imput\photoviewer_plugin.sprx custom\dev_blind\vsh\module if exist imput\playlist_plugin.sprx md custom\dev_blind\vsh\module & copy imput\playlist_plugin.sprx custom\dev_blind\vsh\module if exist imput\podl_plugin.sprx md custom\dev_blind\vsh\module & copy imput\podl_plugin.sprx custom\dev_blind\vsh\module if exist imput\post_nr.sprx md custom\dev_blind\vsh\module & copy imput\post_nr.sprx custom\dev_blind\vsh\module if exist imput\poweroff_plugin.sprx md custom\dev_blind\vsh\module & copy imput\poweroff_plugin.sprx custom\dev_blind\vsh\module if exist imput\premo_game_plugin.sprx md custom\dev_blind\vsh\module & copy imput\premo_game_plugin.sprx custom\dev_blind\vsh\module if exist imput\premo_plugin.sprx md custom\dev_blind\vsh\module & copy imput\premo_plugin.sprx custom\dev_blind\vsh\module if exist imput\print_canon_library.sprx md custom\dev_blind\vsh\module & copy imput\print_canon_library.sprx custom\dev_blind\vsh\module if exist imput\print_dlna_library.sprx md custom\dev_blind\vsh\module & copy imput\print_dlna_library.sprx custom\dev_blind\vsh\module if exist imput\print_epson_library.sprx md custom\dev_blind\vsh\module & copy imput\print_epson_library.sprx custom\dev_blind\vsh\module if exist imput\print_plugin.sprx md custom\dev_blind\vsh\module & copy imput\print_plugin.sprx custom\dev_blind\vsh\module if exist imput\profile_plugin.sprx md custom\dev_blind\vsh\module & copy imput\profile_plugin.sprx custom\dev_blind\vsh\module if exist imput\ps3_savedata_plugin.sprx md custom\dev_blind\vsh\module & copy imput\ps3_savedata_plugin.sprx custom\dev_blind\vsh\module if exist imput\ps3_savedata_plugin_game.sprx md custom\dev_blind\vsh\module & copy imput\ps3_savedata_plugin_game.sprx custom\dev_blind\vsh\module if exist imput\ps3_savedata_plugin_game_mini.sprx md custom\dev_blind\vsh\module & copy imput\ps3_savedata_plugin_game_mini.sprx custom\dev_blind\vsh\module if exist imput\ps3_savedata_plugin_psp.sprx md custom\dev_blind\vsh\module & copy imput\ps3_savedata_plugin_psp.sprx custom\dev_blind\vsh\module if exist imput\qgl_canyon_app.sprx md custom\dev_blind\vsh\module & copy imput\qgl_canyon_app.sprx custom\dev_blind\vsh\module if exist imput\qgl_gaia_app.sprx md custom\dev_blind\vsh\module & copy imput\qgl_gaia_app.sprx custom\dev_blind\vsh\module if exist imput\qglbase.sprx md custom\dev_blind\vsh\module & copy imput\qglbase.sprx custom\dev_blind\vsh\module if exist imput\raf.sprx md custom\dev_blind\vsh\module & copy imput\raf.sprx custom\dev_blind\vsh\module if exist imput\rec_plugin.sprx md custom\dev_blind\vsh\module & copy imput\rec_plugin.sprx custom\dev_blind\vsh\module if exist imput\regcam_plugin.sprx md custom\dev_blind\vsh\module & copy imput\regcam_plugin.sprx custom\dev_blind\vsh\module if exist imput\remotedownload_plugin.sprx md custom\dev_blind\vsh\module & copy imput\remotedownload_plugin.sprx custom\dev_blind\vsh\module if exist imput\sacd.sprx md custom\dev_blind\vsh\module & copy imput\sacd.sprx custom\dev_blind\vsh\module if exist imput\sacd_plugin.sprx md custom\dev_blind\vsh\module & copy imput\sacd_plugin.sprx custom\dev_blind\vsh\module if exist imput\saflashplayer.sprx md custom\dev_blind\vsh\module & copy imput\saflashplayer.sprx custom\dev_blind\vsh\module if exist imput\scenefolder_plugin.sprx md custom\dev_blind\vsh\module & copy imput\scenefolder_plugin.sprx custom\dev_blind\vsh\module if exist imput\screenshot_plugin.sprx md custom\dev_blind\vsh\module & copy imput\screenshot_plugin.sprx custom\dev_blind\vsh\module if exist imput\sdk.sprx md custom\dev_blind\vsh\module & copy imput\sdk.sprx custom\dev_blind\vsh\module if exist imput\sdk_full.sprx md custom\dev_blind\vsh\module & copy imput\sdk_full.sprx custom\dev_blind\vsh\module if exist imput\silk.sprx md custom\dev_blind\vsh\module & copy imput\silk.sprx custom\dev_blind\vsh\module if exist imput\silk_base.sprx md custom\dev_blind\vsh\module & copy imput\silk_base.sprx custom\dev_blind\vsh\module if exist imput\silk_mrcommon.sprx md custom\dev_blind\vsh\module & copy imput\silk_mrcommon.sprx custom\dev_blind\vsh\module if exist imput\silk_mrserver.sprx md custom\dev_blind\vsh\module & copy imput\silk_mrserver.sprx custom\dev_blind\vsh\module if exist imput\silk_nas.sprx md custom\dev_blind\vsh\module & copy imput\silk_nas.sprx custom\dev_blind\vsh\module if exist imput\silk_npflashplayer.sprx md custom\dev_blind\vsh\module & copy imput\silk_npflashplayer.sprx custom\dev_blind\vsh\module if exist imput\silk_npflashplayer9.sprx md custom\dev_blind\vsh\module & copy imput\silk_npflashplayer9.sprx custom\dev_blind\vsh\module if exist imput\silk_webkit.sprx md custom\dev_blind\vsh\module & copy imput\silk_webkit.sprx custom\dev_blind\vsh\module if exist imput\silk_wk.sprx md custom\dev_blind\vsh\module & copy imput\silk_wk.sprx custom\dev_blind\vsh\module if exist imput\simple_music2_decode_plugin.sprx md custom\dev_blind\vsh\module & copy imput\simple_music2_decode_plugin.sprx custom\dev_blind\vsh\module if exist imput\software_update_plugin.sprx md custom\dev_blind\vsh\module & copy imput\software_update_plugin.sprx custom\dev_blind\vsh\module if exist imput\soundvisualizer_plugin.sprx md custom\dev_blind\vsh\module & copy imput\soundvisualizer_plugin.sprx custom\dev_blind\vsh\module if exist imput\strviewer_plugin.sprx md custom\dev_blind\vsh\module & copy imput\strviewer_plugin.sprx custom\dev_blind\vsh\module if exist imput\sysconf_plugin.sprx md custom\dev_blind\vsh\module & copy imput\sysconf_plugin.sprx custom\dev_blind\vsh\module if exist imput\thumthum_plugin.sprx md custom\dev_blind\vsh\module & copy imput\thumthum_plugin.sprx custom\dev_blind\vsh\module if exist imput\upload_util.sprx md custom\dev_blind\vsh\module & copy imput\upload_util.sprx custom\dev_blind\vsh\module if exist imput\user_info_plugin.sprx md custom\dev_blind\vsh\module & copy imput\user_info_plugin.sprx custom\dev_blind\vsh\module if exist imput\user_plugin.sprx md custom\dev_blind\vsh\module & copy imput\user_plugin.sprx custom\dev_blind\vsh\module if exist imput\videoeditor_plugin.sprx md custom\dev_blind\vsh\module & copy imput\videoeditor_plugin.sprx custom\dev_blind\vsh\module if exist imput\videoplayer_plugin.sprx md custom\dev_blind\vsh\module & copy imput\videoplayer_plugin.sprx custom\dev_blind\vsh\module if exist imput\videoplayer_util.sprx md custom\dev_blind\vsh\module & copy imput\videoplayer_util.sprx custom\dev_blind\vsh\module if exist imput\videorec.sprx md custom\dev_blind\vsh\module & copy imput\videorec.sprx custom\dev_blind\vsh\module if exist imput\vmc_savedata_plugin.sprx md custom\dev_blind\vsh\module & copy imput\vmc_savedata_plugin.sprx custom\dev_blind\vsh\module if exist imput\vmclib.sprx md custom\dev_blind\vsh\module & copy imput\vmclib.sprx custom\dev_blind\vsh\module if exist imput\vshatdl.sprx md custom\dev_blind\vsh\module & copy imput\vshatdl.sprx custom\dev_blind\vsh\module if exist imput\vshmain_ext.sprx md custom\dev_blind\vsh\module & copy imput\vshmain_ext.sprx custom\dev_blind\vsh\module if exist imput\vshmain_util.sprx md custom\dev_blind\vsh\module & copy imput\vshmain_util.sprx custom\dev_blind\vsh\module if exist imput\vshpodl.sprx md custom\dev_blind\vsh\module & copy imput\vshpodl.sprx custom\dev_blind\vsh\module if exist imput\wboard_plugin.sprx md custom\dev_blind\vsh\module & copy imput\wboard_plugin.sprx custom\dev_blind\vsh\module if exist imput\webbrowser_plugin.sprx md custom\dev_blind\vsh\module & copy imput\webbrowser_plugin.sprx custom\dev_blind\vsh\module if exist imput\webbrowser_service.sprx md custom\dev_blind\vsh\module & copy imput\webbrowser_service.sprx custom\dev_blind\vsh\module if exist imput\webftp_server.sprx md custom\dev_blind\vsh\module & copy imput\webftp_server.sprx custom\dev_blind\vsh\module if exist imput\webrender_plugin.sprx md custom\dev_blind\vsh\module & copy imput\webrender_plugin.sprx custom\dev_blind\vsh\module if exist imput\x3_amgsdk.sprx md custom\dev_blind\vsh\module & copy imput\x3_amgsdk.sprx custom\dev_blind\vsh\module if exist imput\x3_gntoc.sprx md custom\dev_blind\vsh\module & copy imput\x3_gntoc.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp1.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp1.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp2.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp2.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp3.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp3.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp4.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp4.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp5.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp5.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp6.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp6.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp7.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp7.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp8.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp8.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp9.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp9.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp10.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp10.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp11.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp11.sprx custom\dev_blind\vsh\module if exist imput\x3_mdimp12.sprx md custom\dev_blind\vsh\module & copy imput\x3_mdimp12.sprx custom\dev_blind\vsh\module if exist imput\xai_plugin.sprx md custom\dev_blind\vsh\module & copy imput\xai_plugin.sprx custom\dev_blind\vsh\module if exist imput\xcbcontentop.sprx md custom\dev_blind\vsh\module & copy imput\xcbcontentop.sprx custom\dev_blind\vsh\module if exist imput\xcbplugin1.sprx md custom\dev_blind\vsh\module & copy imput\xcbplugin1.sprx custom\dev_blind\vsh\module if exist imput\xmb_ingame.sprx md custom\dev_blind\vsh\module & copy imput\xmb_ingame.sprx custom\dev_blind\vsh\module if exist imput\xmb_plugin.sprx md custom\dev_blind\vsh\module & copy imput\xmb_plugin.sprx custom\dev_blind\vsh\module if exist imput\xsetting.sprx md custom\dev_blind\vsh\module & copy imput\xsetting.sprx custom\dev_blind\vsh\module if exist imput\ycon_manual_plugin.sprx md custom\dev_blind\vsh\module & copy imput\ycon_manual_plugin.sprx custom\dev_blind\vsh\module rem SPRX (Internal Library) if exist imput\libapostsrc.sprx md custom\dev_blind\sys\internal & copy imput\libapostsrc.sprx custom\dev_blind\sys\internal if exist imput\libapostsrc_eqalc.sprx md custom\dev_blind\sys\internal & copy imput\libapostsrc_eqalc.sprx custom\dev_blind\sys\internal if exist imput\libasfparser.sprx md custom\dev_blind\sys\internal & copy imput\libasfparser.sprx custom\dev_blind\sys\internal if exist imput\libasfparser2.sprx md custom\dev_blind\sys\internal & copy imput\libasfparser2.sprx custom\dev_blind\sys\internal if exist imput\libat3enc.sprx md custom\dev_blind\sys\internal & copy imput\libat3enc.sprx custom\dev_blind\sys\internal if exist imput\libat3enc_spurs.sprx md custom\dev_blind\sys\internal & copy imput\libat3enc_spurs.sprx custom\dev_blind\sys\internal if exist imput\libatxdecmod.sprx md custom\dev_blind\sys\internal & copy imput\libatxdecmod.sprx custom\dev_blind\sys\internal if exist imput\libatxenc.sprx md custom\dev_blind\sys\internal & copy imput\libatxenc.sprx custom\dev_blind\sys\internal if exist imput\libchnnlsv.sprx md custom\dev_blind\sys\internal & copy imput\libchnnlsv.sprx custom\dev_blind\sys\internal if exist imput\libddlenc2.sprx md custom\dev_blind\sys\internal & copy imput\libddlenc2.sprx custom\dev_blind\sys\internal if exist imput\libdivx311dec.sprx md custom\dev_blind\sys\internal & copy imput\libdivx311dec.sprx custom\dev_blind\sys\internal if exist imput\libdsee.sprx md custom\dev_blind\sys\internal & copy imput\libdsee.sprx custom\dev_blind\sys\internal if exist imput\libdtsenc2.sprx md custom\dev_blind\sys\internal & copy imput\libdtsenc2.sprx custom\dev_blind\sys\internal if exist imput\libdtshddec.sprx md custom\dev_blind\sys\internal & copy imput\libdtshddec.sprx custom\dev_blind\sys\internal if exist imput\libdtslbrdec.sprx md custom\dev_blind\sys\internal & copy imput\libdtslbrdec.sprx custom\dev_blind\sys\internal if exist imput\libexif.sprx md custom\dev_blind\sys\internal & copy imput\libexif.sprx custom\dev_blind\sys\internal if exist imput\libfs_utility.sprx md custom\dev_blind\sys\internal & copy imput\libfs_utility.sprx custom\dev_blind\sys\internal if exist imput\libfs_utility_full.sprx md custom\dev_blind\sys\internal & copy imput\libfs_utility_full.sprx custom\dev_blind\sys\internal if exist imput\libfs_utility_init.sprx md custom\dev_blind\sys\internal & copy imput\libfs_utility_init.sprx custom\dev_blind\sys\internal if exist imput\libfs_utility2.sprx md custom\dev_blind\sys\internal & copy imput\libfs_utility2.sprx custom\dev_blind\sys\internal if exist imput\libft2d.sprx md custom\dev_blind\sys\internal & copy imput\libft2d.sprx custom\dev_blind\sys\internal if exist imput\libm2aacdec.sprx md custom\dev_blind\sys\internal & copy imput\libm2aacdec.sprx custom\dev_blind\sys\internal if exist imput\libm4aacdec2chmod.sprx md custom\dev_blind\sys\internal & copy imput\libm4aacdec2chmod.sprx custom\dev_blind\sys\internal if exist imput\libm4aacdec2chmod2.sprx md custom\dev_blind\sys\internal & copy imput\libm4aacdec2chmod2.sprx custom\dev_blind\sys\internal if exist imput\libmcadpt.sprx md custom\dev_blind\sys\internal & copy imput\libmcadpt.sprx custom\dev_blind\sys\internal if exist imput\libmp3enc.sprx md custom\dev_blind\sys\internal & copy imput\libmp3enc.sprx custom\dev_blind\sys\internal if exist imput\libmp3sdec.sprx md custom\dev_blind\sys\internal & copy imput\libmp3sdec.sprx custom\dev_blind\sys\internal if exist imput\libsysutil_game_ps1emu.sprx md custom\dev_blind\sys\internal & copy imput\libsysutil_game_ps1emu.sprx custom\dev_blind\sys\internal if exist imput\libsysutil_sysconf_ps1emu.sprx md custom\dev_blind\sys\internal & copy imput\libsysutil_sysconf_ps1emu.sprx custom\dev_blind\sys\internal if exist imput\libtiffdec.sprx md custom\dev_blind\sys\internal & copy imput\libtiffdec.sprx custom\dev_blind\sys\internal if exist imput\libtrhddec.sprx md custom\dev_blind\sys\internal & copy imput\libtrhddec.sprx custom\dev_blind\sys\internal if exist imput\libvoice_internal.sprx md custom\dev_blind\sys\internal & copy imput\libvoice_internal.sprx custom\dev_blind\sys\internal if exist imput\libvpost.sprx md custom\dev_blind\sys\internal & copy imput\libvpost.sprx custom\dev_blind\sys\internal if exist imput\sys_audio.sprx md custom\dev_blind\sys\internal & copy imput\sys_audio.sprx custom\dev_blind\sys\internal if exist imput\sysvoice_modules.sprx md custom\dev_blind\sys\internal & copy imput\sysvoice_modules.sprx custom\dev_blind\sys\internal rem SPRX (External Library) if exist imput\libaacenc.sprx md custom\dev_blind\sys\external & copy imput\libaacenc.sprx custom\dev_blind\sys\external if exist imput\libaacenc_spurs.sprx md custom\dev_blind\sys\external & copy imput\libaacenc_spurs.sprx custom\dev_blind\sys\external if exist imput\libac3dec.sprx md custom\dev_blind\sys\external & copy imput\libac3dec.sprx custom\dev_blind\sys\external if exist imput\libac3dec2.sprx md custom\dev_blind\sys\external & copy imput\libac3dec2.sprx custom\dev_blind\sys\external if exist imput\libad_async.sprx md custom\dev_blind\sys\external & copy imput\libad_async.sprx custom\dev_blind\sys\external if exist imput\libad_billboard_util.sprx md custom\dev_blind\sys\external & copy imput\libad_billboard_util.sprx custom\dev_blind\sys\external if exist imput\libad_core.sprx md custom\dev_blind\sys\external & copy imput\libad_core.sprx custom\dev_blind\sys\external if exist imput\libadec.sprx md custom\dev_blind\sys\external & copy imput\libadec.sprx custom\dev_blind\sys\external if exist imput\libadec_internal.sprx md custom\dev_blind\sys\external & copy imput\libadec_internal.sprx custom\dev_blind\sys\external if exist imput\libadec2.sprx md custom\dev_blind\sys\external & copy imput\libadec2.sprx custom\dev_blind\sys\external if exist imput\libapostsrc_mini.sprx md custom\dev_blind\sys\external & copy imput\libapostsrc_mini.sprx custom\dev_blind\sys\external if exist imput\libasfparser2_astd.sprx md custom\dev_blind\sys\external & copy imput\libasfparser2_astd.sprx custom\dev_blind\sys\external if exist imput\libat3dec.sprx md custom\dev_blind\sys\external & copy imput\libat3dec.sprx custom\dev_blind\sys\external if exist imput\libat3multidec.sprx md custom\dev_blind\sys\external & copy imput\libat3multidec.sprx custom\dev_blind\sys\external if exist imput\libatrac3multi.sprx md custom\dev_blind\sys\external & copy imput\libatrac3multi.sprx custom\dev_blind\sys\external if exist imput\libatrac3plus.sprx md custom\dev_blind\sys\external & copy imput\libatrac3plus.sprx custom\dev_blind\sys\external if exist imput\libatxdec.sprx md custom\dev_blind\sys\external & copy imput\libatxdec.sprx custom\dev_blind\sys\external if exist imput\libatxdec2.sprx md custom\dev_blind\sys\external & copy imput\libatxdec2.sprx custom\dev_blind\sys\external if exist imput\libaudio.sprx md custom\dev_blind\sys\external & copy imput\libaudio.sprx custom\dev_blind\sys\external if exist imput\libavcdec.sprx md custom\dev_blind\sys\external & copy imput\libavcdec.sprx custom\dev_blind\sys\external if exist imput\libavcenc.sprx md custom\dev_blind\sys\external & copy imput\libavcenc.sprx custom\dev_blind\sys\external if exist imput\libavcenc_small.sprx md custom\dev_blind\sys\external & copy imput\libavcenc_small.sprx custom\dev_blind\sys\external if exist imput\libavchatjpgdec.sprx md custom\dev_blind\sys\external & copy imput\libavchatjpgdec.sprx custom\dev_blind\sys\external if exist imput\libbeisobmf.sprx md custom\dev_blind\sys\external & copy imput\libbeisobmf.sprx custom\dev_blind\sys\external if exist imput\libbemp2sys.sprx md custom\dev_blind\sys\external & copy imput\libbemp2sys.sprx custom\dev_blind\sys\external if exist imput\libcamera.sprx md custom\dev_blind\sys\external & copy imput\libcamera.sprx custom\dev_blind\sys\external if exist imput\libcelp8dec.sprx md custom\dev_blind\sys\external & copy imput\libcelp8dec.sprx custom\dev_blind\sys\external if exist imput\libcelp8enc.sprx md custom\dev_blind\sys\external & copy imput\libcelp8enc.sprx custom\dev_blind\sys\external if exist imput\libcelpdec.sprx md custom\dev_blind\sys\external & copy imput\libcelpdec.sprx custom\dev_blind\sys\external if exist imput\libcelpenc.sprx md custom\dev_blind\sys\external & copy imput\libcelpenc.sprx custom\dev_blind\sys\external if exist imput\libddpdec.sprx md custom\dev_blind\sys\external & copy imput\libddpdec.sprx custom\dev_blind\sys\external if exist imput\libdivxdec.sprx md custom\dev_blind\sys\external & copy imput\libdivxdec.sprx custom\dev_blind\sys\external if exist imput\libdmux.sprx md custom\dev_blind\sys\external & copy imput\libdmux.sprx custom\dev_blind\sys\external if exist imput\libdmuxpamf.sprx md custom\dev_blind\sys\external & copy imput\libdmuxpamf.sprx custom\dev_blind\sys\external if exist imput\libdtslbrdec.sprx md custom\dev_blind\sys\external & copy imput\libdtslbrdec.sprx custom\dev_blind\sys\external if exist imput\libfiber.sprx md custom\dev_blind\sys\external & copy imput\libfiber.sprx custom\dev_blind\sys\external if exist imput\libfont.sprx md custom\dev_blind\sys\external & copy imput\libfont.sprx custom\dev_blind\sys\external if exist imput\libfontFT.sprx md custom\dev_blind\sys\external & copy imput\libfontFT.sprx custom\dev_blind\sys\external if exist imput\libfreetype.sprx md custom\dev_blind\sys\external & copy imput\libfreetype.sprx custom\dev_blind\sys\external if exist imput\libfreetypeTT.sprx md custom\dev_blind\sys\external & copy imput\libfreetypeTT.sprx custom\dev_blind\sys\external if exist imput\libfs.sprx md custom\dev_blind\sys\external & copy imput\libfs.sprx custom\dev_blind\sys\external if exist imput\libfs_155.sprx md custom\dev_blind\sys\external & copy imput\libfs_155.sprx custom\dev_blind\sys\external if exist imput\libgcm_sys.sprx md custom\dev_blind\sys\external & copy imput\libgcm_sys.sprx custom\dev_blind\sys\external if exist imput\libgem.sprx md custom\dev_blind\sys\external & copy imput\libgem.sprx custom\dev_blind\sys\external if exist imput\libgifdec.sprx md custom\dev_blind\sys\external & copy imput\libgifdec.sprx custom\dev_blind\sys\external if exist imput\libhttp.sprx md custom\dev_blind\sys\external & copy imput\libhttp.sprx custom\dev_blind\sys\external if exist imput\libio.sprx md custom\dev_blind\sys\external & copy imput\libio.sprx custom\dev_blind\sys\external if exist imput\libjpgdec.sprx md custom\dev_blind\sys\external & copy imput\libjpgdec.sprx custom\dev_blind\sys\external if exist imput\libjpgenc.sprx md custom\dev_blind\sys\external & copy imput\libjpgenc.sprx custom\dev_blind\sys\external if exist imput\libkey2char.sprx md custom\dev_blind\sys\external & copy imput\libkey2char.sprx custom\dev_blind\sys\external if exist imput\libl10n.sprx md custom\dev_blind\sys\external & copy imput\libl10n.sprx custom\dev_blind\sys\external if exist imput\liblv2.sprx md custom\dev_blind\sys\external & copy imput\liblv2.sprx custom\dev_blind\sys\external if exist imput\liblv2coredump.sprx md custom\dev_blind\sys\external & copy imput\liblv2coredump.sprx custom\dev_blind\sys\external if exist imput\liblv2dbg_for_cex.sprx md custom\dev_blind\sys\external & copy imput\liblv2dbg_for_cex.sprx custom\dev_blind\sys\external if exist imput\libm2bcdec.sprx md custom\dev_blind\sys\external & copy imput\libm2bcdec.sprx custom\dev_blind\sys\external if exist imput\libm4aacdec.sprx md custom\dev_blind\sys\external & copy imput\libm4aacdec.sprx custom\dev_blind\sys\external if exist imput\libm4aacdec2ch.sprx md custom\dev_blind\sys\external & copy imput\libm4aacdec2ch.sprx custom\dev_blind\sys\external if exist imput\libm4hdenc.sprx md custom\dev_blind\sys\external & copy imput\libm4hdenc.sprx custom\dev_blind\sys\external if exist imput\libm4venc.sprx md custom\dev_blind\sys\external & copy imput\libm4venc.sprx custom\dev_blind\sys\external if exist imput\libmedi.sprx md custom\dev_blind\sys\external & copy imput\libmedi.sprx custom\dev_blind\sys\external if exist imput\libmic.sprx md custom\dev_blind\sys\external & copy imput\libmic.sprx custom\dev_blind\sys\external if exist imput\libmp3dec.sprx md custom\dev_blind\sys\external & copy imput\libmp3dec.sprx custom\dev_blind\sys\external if exist imput\libmp4.sprx md custom\dev_blind\sys\external & copy imput\libmp4.sprx custom\dev_blind\sys\external if exist imput\libmpl1dec.sprx md custom\dev_blind\sys\external & copy imput\libmpl1dec.sprx custom\dev_blind\sys\external if exist imput\libmvcdec.sprx md custom\dev_blind\sys\external & copy imput\libmvcdec.sprx custom\dev_blind\sys\external if exist imput\libnet.sprx md custom\dev_blind\sys\external & copy imput\libnet.sprx custom\dev_blind\sys\external if exist imput\libnetctl.sprx md custom\dev_blind\sys\external & copy imput\libnetctl.sprx custom\dev_blind\sys\external if exist imput\libpamf.sprx md custom\dev_blind\sys\external & copy imput\libpamf.sprx custom\dev_blind\sys\external if exist imput\libpngdec.sprx md custom\dev_blind\sys\external & copy imput\libpngdec.sprx custom\dev_blind\sys\external if exist imput\libpngenc.sprx md custom\dev_blind\sys\external & copy imput\libpngenc.sprx custom\dev_blind\sys\external if exist imput\libresc.sprx md custom\dev_blind\sys\external & copy imput\libresc.sprx custom\dev_blind\sys\external if exist imput\librtc.sprx md custom\dev_blind\sys\external & copy imput\librtc.sprx custom\dev_blind\sys\external if exist imput\librudp.sprx md custom\dev_blind\sys\external & copy imput\librudp.sprx custom\dev_blind\sys\external if exist imput\libsail.sprx md custom\dev_blind\sys\external & copy imput\libsail.sprx custom\dev_blind\sys\external if exist imput\libsail_avi.sprx md custom\dev_blind\sys\external & copy imput\libsail_avi.sprx custom\dev_blind\sys\external if exist imput\libsail_rec.sprx md custom\dev_blind\sys\external & copy imput\libsail_rec.sprx custom\dev_blind\sys\external if exist imput\libsjvtd.sprx md custom\dev_blind\sys\external & copy imput\libsjvtd.sprx custom\dev_blind\sys\external if exist imput\libsmvd2.sprx md custom\dev_blind\sys\external & copy imput\libsmvd2.sprx custom\dev_blind\sys\external if exist imput\libsmvd4.sprx md custom\dev_blind\sys\external & copy imput\libsmvd4.sprx custom\dev_blind\sys\external if exist imput\libspurs_jq.sprx md custom\dev_blind\sys\external & copy imput\libspurs_jq.sprx custom\dev_blind\sys\external if exist imput\libsre.sprx md custom\dev_blind\sys\external & copy imput\libsre.sprx custom\dev_blind\sys\external if exist imput\libssl.sprx md custom\dev_blind\sys\external & copy imput\libssl.sprx custom\dev_blind\sys\external if exist imput\libsvc1d.sprx md custom\dev_blind\sys\external & copy imput\libsvc1d.sprx custom\dev_blind\sys\external if exist imput\libsync2.sprx md custom\dev_blind\sys\external & copy imput\libsync2.sprx custom\dev_blind\sys\external if exist imput\libsysmodule.sprx md custom\dev_blind\sys\external & copy imput\libsysmodule.sprx custom\dev_blind\sys\external if exist imput\libsysutil.sprx md custom\dev_blind\sys\external & copy imput\libsysutil.sprx custom\dev_blind\sys\external if exist imput\libsysutil_ap.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_ap.sprx custom\dev_blind\sys\external if exist imput\libsysutil_authdialog.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_authdialog.sprx custom\dev_blind\sys\external if exist imput\libsysutil_avc_ext.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_avc_ext.sprx custom\dev_blind\sys\external if exist imput\libsysutil_avc2.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_avc2.sprx custom\dev_blind\sys\external if exist imput\libsysutil_avconf_ext.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_avconf_ext.sprx custom\dev_blind\sys\external if exist imput\libsysutil_bgdl.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_bgdl.sprx custom\dev_blind\sys\external if exist imput\libsysutil_cross_controller.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_cross_controller.sprx custom\dev_blind\sys\external if exist imput\libsysutil_dec_psnvideo.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_dec_psnvideo.sprx custom\dev_blind\sys\external if exist imput\libsysutil_dtcp_ip.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_dtcp_ip.sprx custom\dev_blind\sys\external if exist imput\libsysutil_game.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_game.sprx custom\dev_blind\sys\external if exist imput\libsysutil_game_exec.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_game_exec.sprx custom\dev_blind\sys\external if exist imput\libsysutil_imejp.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_imejp.sprx custom\dev_blind\sys\external if exist imput\libsysutil_misc.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_misc.sprx custom\dev_blind\sys\external if exist imput\libsysutil_music.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_music.sprx custom\dev_blind\sys\external if exist imput\libsysutil_music_decode.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_music_decode.sprx custom\dev_blind\sys\external if exist imput\libsysutil_music_export.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_music_export.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_clans.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_clans.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_commerce2.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_commerce2.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_eula.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_eula.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_installer.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_installer.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_sns.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_sns.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_trophy.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_trophy.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_tus.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_tus.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np_util.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np_util.sprx custom\dev_blind\sys\external if exist imput\libsysutil_np2.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_np2.sprx custom\dev_blind\sys\external if exist imput\libsysutil_oskdialog_ext.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_oskdialog_ext.sprx custom\dev_blind\sys\external if exist imput\libsysutil_pesm.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_pesm.sprx custom\dev_blind\sys\external if exist imput\libsysutil_photo_decode.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_photo_decode.sprx custom\dev_blind\sys\external if exist imput\libsysutil_photo_export.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_photo_export.sprx custom\dev_blind\sys\external if exist imput\libsysutil_photo_export2.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_photo_export2.sprx custom\dev_blind\sys\external if exist imput\libsysutil_photo_import.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_photo_import.sprx custom\dev_blind\sys\external if exist imput\libsysutil_photo_network_sharing.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_photo_network_sharing.sprx custom\dev_blind\sys\external if exist imput\libsysutil_print.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_print.sprx custom\dev_blind\sys\external if exist imput\libsysutil_rec.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_rec.sprx custom\dev_blind\sys\external if exist imput\libsysutil_remoteplay.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_remoteplay.sprx custom\dev_blind\sys\external if exist imput\libsysutil_rtcalarm.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_rtcalarm.sprx custom\dev_blind\sys\external if exist imput\libsysutil_savedata.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_savedata.sprx custom\dev_blind\sys\external if exist imput\libsysutil_savedata_psp.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_savedata_psp.sprx custom\dev_blind\sys\external if exist imput\libsysutil_screenshot.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_screenshot.sprx custom\dev_blind\sys\external if exist imput\libsysutil_search.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_search.sprx custom\dev_blind\sys\external if exist imput\libsysutil_storagedata.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_storagedata.sprx custom\dev_blind\sys\external if exist imput\libsysutil_subdisplay.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_subdisplay.sprx custom\dev_blind\sys\external if exist imput\libsysutil_syschat.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_syschat.sprx custom\dev_blind\sys\external if exist imput\libsysutil_sysconf_ext.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_sysconf_ext.sprx custom\dev_blind\sys\external if exist imput\libsysutil_userinfo.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_userinfo.sprx custom\dev_blind\sys\external if exist imput\libsysutil_video_export.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_video_export.sprx custom\dev_blind\sys\external if exist imput\libsysutil_video_player.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_video_player.sprx custom\dev_blind\sys\external if exist imput\libsysutil_video_upload.sprx md custom\dev_blind\sys\external & copy imput\libsysutil_video_upload.sprx custom\dev_blind\sys\external if exist imput\libusbd.sprx md custom\dev_blind\sys\external & copy imput\libusbd.sprx custom\dev_blind\sys\external if exist imput\libusbpspcm.sprx md custom\dev_blind\sys\external & copy imput\libusbpspcm.sprx custom\dev_blind\sys\external if exist imput\libvdec.sprx md custom\dev_blind\sys\external & copy imput\libvdec.sprx custom\dev_blind\sys\external if exist imput\libvoice.sprx md custom\dev_blind\sys\external & copy imput\libvoice.sprx custom\dev_blind\sys\external if exist imput\libvpost.sprx md custom\dev_blind\sys\external & copy imput\libvpost.sprx custom\dev_blind\sys\external if exist imput\libvpost2.sprx md custom\dev_blind\sys\external & copy imput\libvpost2.sprx custom\dev_blind\sys\external if exist imput\libwmadec.sprx md custom\dev_blind\sys\external & copy imput\libwmadec.sprx custom\dev_blind\sys\external rem SSL Cert if exist imput\*.cer md custom\dev_blind\data\cert & copy imput\*.cer custom\dev_blind\data\cert rem XMB Wave if exist imput\lines.qrc md custom\dev_blind\vsh\resource\qgl & copy imput\lines.qrc custom\dev_blind\vsh\resource\qgl rem XML (XMB Layout) if exist imput\*.xml md custom\dev_blind\vsh\resource\explore\xmb & copy imput\*.xml custom\dev_blind\vsh\resource\explore\xmb :: ---------------------------------------------- :: Simple script to build a PKG (by CaptainCPS-X) :: ---------------------------------------------- :: Change these for your application / manual... set CID=CUSTOM-INSTALLER_00-0000000000000000 set PKG_DIR=./custom/ set PKG_NAME=custom.pkg make_package_custom.exe --contentid %CID% %PKG_DIR% %PKG_NAME% pause