window Flashcards

1
Q

rem => coment in bash

A

rem vamos con todo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

@echo off

A

dont show the rote in the cli

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

where py
whery node

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

variables in windows # dont work in powershell

A

set a=reliable
echo %a%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

pause
help

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

goto

:first
goto first

A

@echo off

:first
cls
echo one
pause

:second
cls
echo two
pause

goto first

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

input in cmd

set /p my_variable=one

A

set /p var=# Select an option:
echo. The number “%var%” is correct

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

when dont work :

dir /?

A

dir –help #wrong
dir /? #fine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly