| Author |
Message |
Topic: Support to Windows Scripting Host |
kalanmaksa
Replies: 4
Views: 13386
|
|
'Test.vbs
'Here is test script. Output to logfile works fine,
' but i cant put any text to browser.
Wscript.Echo "Content-type: text/plain"
Wscript.Echo chr(10) 'Linefeed
Wscript.Echo "Plain te ... |
Topic: Support to Windows Scripting Host |
kalanmaksa
Replies: 4
Views: 13386
|
|
Hello after break..
Short question: Is there support to Windows Scripting Host (Cscript) now? |
Topic: Support to Windows Scripting Host |
kalanmaksa
Replies: 4
Views: 13386
|
|
Hi!
I have made some experiments with Windows Scripting Host.
It can be used as CGI but there some problems.
I use c:\winnt\system32\cscript.exe
when run myprog.vbs it runs ok but i cant mak ... |
Topic: .NET VB EXE |
kalanmaksa
Replies: 2
Views: 9885
|
|
| Ok thank you ill do some reading ;-) |
Topic: .NET VB EXE |
kalanmaksa
Replies: 2
Views: 9885
|
|
Hey all!
I have made some standalone .exes and they work fine.
My problem is that i dont know how to make web server accept parameters ie: if i want to send something like "/cgi-bin/selectrecor ... |
| |