fpc/packages/uncgi/testcgi.bat
1999-05-12 00:11:23 +00:00

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