User Activity

  • Posted a comment on discussion Help on Notepad++ Python Script

    HI Thanks, I was able to wirte it and scripts works fine. Howeevr i need an help on one thing. Let suppose if i want to convert the files under the folder1 ( C:\A\folder1) and move those files to folder2 (C:\A\folder1\folder2) it worked fine. however at the same time next time scipt runs it is checking for the file even under folder2 which i don't want again......can you help on this to only serach files under folde1 and not subfolders.

  • Posted a comment on discussion Help on Notepad++ Python Script

    HI, Thanks for info, I have understood that Bat file need to point out to a specfific file (Baed on inital post). How i could not able to point the same. PLease can you help me with the code. I Work on SAP, some files genereate from SAP and store in windows network path and file format is unicode, i hvave to change the format for all these files periodically. Since i never worked on python, can you please write a code in the file (for bat how to point out) and provide. Also am not sure, how to make...

  • Posted a comment on discussion Help on Notepad++ Python Script

    Thanks, Please share the same. Muchappreciated

  • Posted a comment on discussion Help on Notepad++ Python Script

    HI All, I have got below script from the One of the discussions in this sourceforge and itis good for converting the files to ANSI formatany specific format. However i have to run this every one hour for a specfiic folder as lot of uncides files push to taht specific folder. Can someone help me if this can be run as Batch file without manual run from Notepad++ ( i want to run below script only). Please suggest import sys; from Npp import notepad filePathSrc="C:\Users\vnsan\Desktop\Unicode\" # Path...

  • Posted a comment on discussion Help on Notepad++ Python Script

    HI Dave, Could you please explain in detail as i was bit confused. I am new to python. I want to run this script from noteapd++ periodically via bat file. Please suggest import sys; from Npp import notepad filePathSrc="C:\Users\vnsan\Desktop\Unicode\" # Path to the folder with files to convert for root, dirs, files in os.walk(filePathSrc): for fn in files: if fn[-4:] == '.txt': # Specify file types, taking care to change the fn[number] to correspond to length of the file's extension including the...

View All

Personal Data

Username:
vnsandipy
Joined:
2019-03-31 07:10:47

Projects

  • No projects to display.

Personal Tools