Skip to content

Commit

Permalink
Updated Hosting Info
Browse files Browse the repository at this point in the history
  • Loading branch information
adisak committed May 1, 2021
1 parent ccef012 commit 7d9fb27
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 adisak
Copyright (c) 2020-2021 Adisak Pochanayon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion scripts/EvalBat.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@echo off
REM "EvalBat" is a helper that lets you evaluate (vbscript) expressions in a batch file
REM "EvalBat" can be used to add floating point support and complex math support to batch files
REM Copyright (c) 2020 Adisak Pochanayon
REM Copyright (c) 2020-2021 Adisak Pochanayon
REM Contact: adisak@gmail.com
REM See EvalBat_License.txt for details
REM Currently hosted at https://github.com/adisak/EvalBat

REM -----------------------------------

REM :EvalBat
REM Parameters: (VBS) Expression to evaluate
Expand Down
5 changes: 4 additions & 1 deletion scripts/EvalBat_Echo.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@echo off
REM "EvalBat" is a helper that lets you evaluate (vbscript) expressions in a batch file
REM "EvalBat" can be used to add floating point support and complex math support to batch files
REM Copyright (c) 2020 Adisak Pochanayon
REM Copyright (c) 2020-2021 Adisak Pochanayon
REM Contact: adisak@gmail.com
REM See EvalBat_License.txt for details
REM Currently hosted at https://github.com/adisak/EvalBat

REM -----------------------------------

echo Input: %*
call EvalBat.bat %*
Expand Down
5 changes: 4 additions & 1 deletion scripts/EvalBat_License.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
REM "EvalBat" is a helper that lets you evaluate (vbscript) expressions in a batch file
REM "EvalBat" can be used to add floating point support and complex math support to batch files
REM Copyright (c) 2020 Adisak Pochanayon
REM Copyright (c) 2020-2021 Adisak Pochanayon
REM Contact: adisak@gmail.com
REM See EvalBat_License.txt for details
REM Currently hosted at https://github.com/adisak/EvalBat

REM -----------------------------------

MIT License

Expand Down
5 changes: 4 additions & 1 deletion scripts/EvalBat_vbs.vbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
REM "EvalBat" is a helper that lets you evaluate (vbscript) expressions in a batch file
REM "EvalBat" can be used to add floating point support and complex math support to batch files
REM Copyright (c) 2020 Adisak Pochanayon
REM Copyright (c) 2020-2021 Adisak Pochanayon
REM Contact: adisak@gmail.com
REM See EvalBat_License.txt for details
REM Currently hosted at https://github.com/adisak/EvalBat

REM -----------------------------------

Set objArgs = WScript.Arguments
If objArgs.Count > 1 Then
Expand Down
7 changes: 5 additions & 2 deletions test/Eval_Test.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
@echo off
REM "Multi" is a thread-pool emulation helper library for controlling multi-threaded windows batch [*.BAT] files
REM Copyright (c) 2020 Adisak Pochanayon
REM Copyright (c) 2020-2021 Adisak Pochanayon
REM Contact: adisak@gmail.com
REM See Multi_License.txt for details
REM See EvalBat_License.txt for details
REM Currently hosted at https://github.com/adisak/EvalBat

REM -----------------------------------

REM TEST Multi
REM :TestMultithreading
Expand Down

0 comments on commit 7d9fb27

Please sign in to comment.