Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to use set /p in bathc

Set /p is used to create a "variable", for example:
set /p example={Enter text here}
Then the user would have to type something and you could use the text that they entered to make something, for example:
echo %example%
Or:
if '%example%'=='{any number}' {any command}
Comment

PREVIOUS NEXT
Code Example
Shell :: aws php install sendmail fedora 
Shell :: imagemagick merge multiple images 
Shell :: usermod basic syntax 
Shell :: iterate over dir and remove file bash 
Shell :: bash store directory list array 
Shell :: How to run DGraph docker image 
Shell :: fish shell redirect stderr and stdout 
Shell :: bash remove last directory from path 
Shell :: javascript-typescript-Deno CLI 
Shell :: Excluse certain files with cp command 
Shell :: conda install arrow 
Shell :: Could not read interface wlan0 
Shell :: ls show uid gid 
Shell :: how to list linux files in mb (human readable format) 
Shell :: conda install opencv linux server 
Shell :: rm a var of $PATH ubuntu 
Shell :: delete the branch with the old name on the remote repository 
Shell :: terminal snap changes check percentage 
Shell :: how to find inode of a file in linux 
Shell :: cmd if compare more than 
Shell :: curl output readable json 
Shell :: linux cp files with number range 
Shell :: Install the package to configure and build kernel 
Shell :: install mysql majaro 
Shell :: check number of bridges available jitsi 
Shell :: export VARs into you local env 
Shell :: yarn <pre00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one. </pre 
Shell :: file transfer disabled by policy 
Shell :: format volume diskpart 
Shell :: powershell show doskey 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =