ini_set('session.cookie_httponly',true);
@echo off
Setlocal Enabledelayedexpansion Enableextensions
Set From=^[ \t]*$\n*
Set Into=
Set Filename=script.js
Set NewFileName=file.txt
if exist "%NewFileName%" del "%NewFileName%"
for /F "UseBackQ delims= eol=" %%A in ("%filename%") do (
Set St=%%A
Set St=!ST:%From%=%Into%!
Echo !St!>>"%NewFileName%"
)
exit