Search found 3 matches

by AJMartel
Fri May 20, 2016 12:31 pm
Forum: Development Help
Topic: Re: embedded perl interpreter in cmd.exe
Replies: 3
Views: 8171

Re: embedded perl interpreter in cmd.exe

Great project! I see you have updated the source. pCmd is a cmd and perl script executor. The base of the program consist of the excellent ReactOS cmd.exe which is modified to enable to mix cmd and perl code in a script. For example: @echo off set var1=123 perlcall :plfunc echo %var1% goto end :plfu...
by AJMartel
Thu Apr 07, 2016 11:31 am
Forum: Development Help
Topic: ReactOS cmd.exe "Fork"
Replies: 4
Views: 12161

Re: ReactOS cmd.exe "Fork"

Thanks for the replies. I had read the GPL 2 licence, understood that I could fork the code, I did. My intent is to let the developers know, that I like what they have done so much that I am using it in my own project, and politely give the opportunity to the developers to let me know if I have over...
by AJMartel
Tue Mar 29, 2016 11:25 pm
Forum: Development Help
Topic: ReactOS cmd.exe "Fork"
Replies: 4
Views: 12161

ReactOS cmd.exe "Fork"

Good Day, Great Project! I am currently working on a "Free Open Source" Incident Response Triage tool built specifically for the Windows Forensic Analysts Community. My problem is that the MS Windows "cmd.exe" has proven not to be cross compatible. In looking for a solution to my...