fpc/packages/uncgi/testcgi.bat
2000-01-10 23:46:19 +00:00

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