Posted to tcl by colin at Sun Mar 01 00:46:52 GMT 2009view raw

  1. file copy -force [info script] "file name with spaces"
  2. file copy -force [info script] [file join [pwd] "file name with spaces2"]
  3. file copy -force [info script] [pwd]/"file name with spaces3"