On 1/15/2015 9:39 AM, Ben Pfaff wrote: > Does any file name that contains spaces cause trouble under Windows? > I've just tested out a few simple cases with spaces on GNU/Linux, > without trouble, so I'd be curious to hear what kinds of cases do cause > problems.
I guess not. The code below that saves "test data.csv" produces the error shown when I try to use "My Documents" but it works fine when I use "Documents": save translate /outfile ="C:\Users\amead\My Documents\test data.csv" /type = csv /fieldnames /cells = values /keep v3 v1 to v2. error: Replacing C:\Users\amead\My Documents\test data.csv.tmpA8dGMU by C: \Users\amead\My Documents\test data.csv: No such file or directory. save translate /outfile ="C:\Users\amead\Documents\test data.csv" /type = csv /fieldnames /cells = values /keep v3 v1 to v2. (no error, file is created) -Alan -- Alan D. Mead, Ph.D. President, Talent Algorithms Inc. science + technology = better workers +815.588.3846 (Office) +267.334.4143 (Mobile) http://www.alanmead.org Announcing the Journal of Computerized Adaptive Testing (JCAT), a peer-reviewed electronic journal designed to advance the science and practice of computerized adaptive testing: http://www.iacat.org/jcat _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-users