Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.02 KB

STill on progress !

file_to_csv

work on :

  • Windows Server 2019
  • Windows 10
  • Windows 11

python version still on going

.\file_to_csv.GUI.ps1 (deprecated)

Run powershell.exe as admin then do Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser image then [A] Yes to All image then when first time run with admin Select [A] Yes to All to install ImportExcel module pwsh (require internet connection at first time!) then done voila image

this is a list all files into .csv (still raw)

tutorial later

todo list

  • GUI version with .ps1 still on going
  • abandoned ps1 support
  • reverse enginering powershell > python3 with chatgpt
  • working with python3 code with chatgpt
  • still on progress