change "echo ===" to "echo #<<<" to avoid confusing when searching for ===
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@ if not "" == "%1" (
|
||||
set PORT=%1
|
||||
) else (
|
||||
echo === Enter [port] to scan:
|
||||
echo #<<< Enter [port] to scan:
|
||||
set /p PORT=">>> "
|
||||
echo;
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user