Skip to content

Commit

Permalink
Update buttons.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
npocmaka authored Nov 9, 2020
1 parent 0cc82df commit ea8f009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hybrids/mshta/ui.extensions/buttons.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@if (@X)==(@Y) @end /*JScript comment
@echo off

echo -- %~f0 --
if "%~1" equ "" (
echo usage:
echo %~nx0 [button_name [button_name[..]]]
Expand Down Expand Up @@ -34,7 +34,7 @@ function clckd(a){
}

function prepare(){
window.resizeTo(400,250);
try {
var fso2= new ActiveXObject('Scripting.FileSystemObject').GetStandardStream(0);
argline=fso2.ReadLine();
Expand Down

0 comments on commit ea8f009

Please sign in to comment.