Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromagician authored Nov 9, 2024
1 parent 6dd9373 commit 9f9e0ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# InputBox
InputBox for Windows command line.

Redistributable x86 packages are required to run the program
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
> Redistributable x86 packages [https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170] are required to run the program
![bench](https://raw.githubusercontent.com/pedromagician/CMD_InputBox/main/pic/screenshot.png)

```
@echo|set /p="@set mytmp=">1.bat\
@inputbox -message "Message ..." >>1.bat\
@call 1.bat\
@echo %mytmp%
```

0 comments on commit 9f9e0ef

Please sign in to comment.