Archive for the ‘exe’ Category

Explorer Extensions Funduc software

March 23, 2008

Con Explorer Extensions es posible convertir archivos de todo tipo (inlcuyendo ejecutables) a texto unicode para ser emebebidos en paginas web, email como atachments, etc, para un sinfin de aplicaciones.

Split – Divide a large file into smaller ones for storage on floppy disks
Concatenate – The reverse of Split
Encode – Translates binary files into a format suitable for Internet Email attachments. Encode supports UUENCODE, Base64(Mime), BinHex(Mac), Quoted-Printable, & XXENCODE formats.
Decode – The reverse function to Encode, Decode is used to convert e-mail attachments back to their original form.
Touch – Touch is used to change the time, date, and attributes of files directly from Explorer.
File Management Tools – Yes you can do file operations with Windows Explorer. But Explorer Extensions has file functions that can rename, copy, move, delete using complex file masks. File mask ‘wild cards’ can also be used to numbering file names sequentially and change the case of file names.
ZIP File Comments Display – The newest function, Explorer Extensions adds a ‘Property Sheet’ to the Windows Explorer context menu to let you view and edit zip file comments.

http://www.funduc.com/explorer_extensions.htm

¿Como convertir los script de perl en ejecutables?

October 16, 2007

Perl2Exe: http://indigostar.com/perl2exe.htm

Perl2Exe is a command line program for converting perl scripts to executable files.

This allows you to create stand alone programs in perl that do not require the perl interpreter. You can ship the executable files without having to ship your perl source code.

Perl2Exe can generate executables for Windows and Unix target hosts.

Perl2Exe can generate cross-platform code. For example you can generate code for Solaris from a Linux machine.

Perl2Exe also allows you to create no-console programs using Tk.