Jump to content

autmating notepad++ to save in base64


jloyzaga
 Share

Recommended Posts

I am able to open notepad++ and open an xml file, select all the contents but I want to then click on the plugins menu item, select mime, and then select base 64.

This part eludes me can you help me please? - the plugin select etc

and then save as base64n.txt

the code isRun("C:\Program Files (x86)\Notepad++\notepad++.exe E:\icare\icare\P_PrintArchivePDF_140001201_NI_WI_NEWBUS_QUARTERLY_INSTALMENTS_3b_NBSE_ERR.xml")
sleep (200)
Send("{CTRLDOWN}a{CTRLUP}")
sleep (500)
 

ENTER select of plugin etc

save as XXXXXX.txt

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...