mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 10:50:55 +01:00
10 lines
236 B
Batchfile
10 lines
236 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
|
|
|