All Questions
Tagged with javascript windows
5
questions
0
votes
1
answer
1k
views
How to append into next line in Windows batch file
I am using a windows batch file that will output a .js file into csv.
The .js file is a mongo query.
mongosh --host 10.1.0.1:27017 --username "username" --password "password" --...
3
votes
0
answers
283
views
Query string parameters get shuffled
We're observing some strange behavior of the data send to our systems from a javascript since 9/9/2015.
The problem shows up when the query string is send to our servers. Some values of the ...
2
votes
0
answers
793
views
From Http to Https NodeJS Websockets on Apache Server
Here is my problem.
I have a virtual machine, on windows, the Apache server (2.4) is installed on it.
The vm is on the network, so that other people can reach it directly on http://192.168.100.22 (...
-3
votes
1
answer
143
views
Replace of cron job/cron tabs-- Windows Scheduler [closed]
I want to know that there is any way to create an script on windows machine in PHP that should run after an interval, let's say every after 15 minutes.
Currently I'm doing it using javaScript, but ...
0
votes
2
answers
96
views
IIS behaviour with JS files, transfer paused
This is a tough one, in all my years I've never seen it. The setup is windows 2003 r2, running IIS, MVC 1, asp.net 3.5. I have a website, which is viewable on the server itself and renders correctly. ...