Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Using CD to point to MyDocuments/??

So what do you get when you try
lcd "C:\Users\Mine\Documents\ABC Company\FileOutput" ?
Bmatheny

Actually....

The issue that I'm experiencing is that the files I want to upload are stored in the My Documents folder and it does not appear that I can access that folder from BAT files or from WinSCP? Anyone have a trick to fix this?

I was thinking of writing a batch file that would copy these files from the raw location to a more suitable location for WinSCP. But it appears I'm thwarted at all angles here.

Help??
Bmatheny

Using CD to point to MyDocuments/??

I have files created by another application that stores PHP files into a custom folder within My Documents. These custom folders include spaces.

Example, C:\Users\Mine\Documents\ABC Company\FileOutput\

When I try to use the CD command in the scripting language, it fails to find/access this folder. Is there a trick to accomplishing this?

B