Skip to main content
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

Use cd with no arguments if you're using the shell directly, or %cd% if you want to use it in a batch file (behavesit behaves like an environment varvariable).

Use cd with no arguments if you're using the shell directly, or %cd% if you want to use it in batch file (behaves like environment var).

Use cd with no arguments if you're using the shell directly, or %cd% if you want to use it in a batch file (it behaves like an environment variable).

added 114 characters in body
Source Link
user719662
user719662

"chdir"Use cd with no arguments if you're using the shell directly, or %cd% if you want to use it in batch file (behaves like environment var).

"chdir" with no arguments.

Use cd with no arguments if you're using the shell directly, or %cd% if you want to use it in batch file (behaves like environment var).

Source Link
Trevor Bramble
  • 8.9k
  • 6
  • 33
  • 29

"chdir" with no arguments.