= SPSS Cd = The '''`CD`''' command changes the working directory. <> ---- == Usage == {{{ cd "some/other/directory". }}} Note that SPSS does not expand environment variables or tildes. ---- == Data Model == The `CD` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/CD.html|PSPP manual for CD]] ---- CategoryRicottone