Tag Archives: executable

Convert Scripts Into Secured Executable Files

Scripting and command-line automation languages such as JScrips, VBScript, as well as BAT and CMD formats allow performing complex tasks without too much of programming. Designed for automating common tasks, scripting languages are simple enough to be used by every … Continue reading

Tagged , , , , , | Leave a comment

(UNIX/C) Same buffer size on copy file program generates different executable times, why?

On a file copy program I wrote in C which I run in unix, I have the user indicate a buffer size. I time the execution of the program using the unix command time. When I use the same buffer … Continue reading

Tagged , , , , , , , , , , | Leave a comment