About This File
This is for reading a file and converting it to a paste-able $Var
Double clicking the executable sends a copy of the executable to the windows explorer SendTo directory
Usage: right click any text file (needed for your script) bringing explorer's context menu and and selecting ( Send To > _ClipFileToVar. Exe )
Whatever option you get selected from the GUI's options will fill the output to the clipboard where you then can paste the result straight into your main script
the options are
converting text files:
considering line breaks and shortening empty lines + breaking lines that exceed 100 notes
all so that the output remains readable as with plain reading the file
The other option is for converting the file's read data to _Base64Encoded data
the last option fills the clipboard with the functions and an example that shows how to convert the _Base64encoded $Var back to a readable form that your script can then use
So far with what I put here, plus the example is for working with text files only
Deye
What's New in Version 1.0.0.2
Released
small update
Recommended Comments