mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-15 23:31:38 +01:00
10 lines
225 B
Batchfile
10 lines
225 B
Batchfile
@echo off
|
|
echo Setting environment variables:
|
|
set REQUEST_METHOD=GET
|
|
set QUERY_STRING=name=michael&address=home&city=heaven
|
|
set HTTP_USER_AGENT=Shell script
|
|
set HTTP_REFERER=The shell prompt
|
|
echo Running program
|
|
testcgi.exe
|
|
|