Search found 695 matches
- Sun Apr 10, 2022 8:20 pm
- Forum: Technical / Scripting
- Topic: ftp issue
- Replies: 3
- Views: 3714
Re: ftp issue
Thanks JRL, but it didn't work. I found a couple of errors (I think) but it still did not work. One was the path you added for me it has a backslash in it."DeleteFile>%vLocalPath%\%vFile%" The next was it is a text file so I changed it to ascii instead of binary This is what is returned in the dos w...
- Fri Apr 01, 2022 3:20 pm
- Forum: Technical / Scripting
- Topic: ftp issue
- Replies: 3
- Views: 3714
ftp issue
I have been using a script for years and occasionally it has issues. The script goes to an ftp site and downloads a simple text file. The script no longer works are all and I am at a loss. The lines are: Let>FTP_STATUS=1 Let>FTP_PASSIVE=1 DeleteFile>%TEMP_DIR%keys.txt FTPGetFile>ftp.edocfile.com,kmp...
- Mon Dec 06, 2021 3:55 pm
- Forum: Scripts and Tips
- Topic: FTPPutFile
- Replies: 2
- Views: 15046
Re: FTPPutFile
Thank you for checking
- Mon Dec 06, 2021 12:44 pm
- Forum: Scripts and Tips
- Topic: FTPPutFile
- Replies: 2
- Views: 15046
FTPPutFile
Is there a way to set FTPPutFile to overwrite a file if it exists with the same name. I am sending them with a wild card and if the file exists it is skipped. The other option would be to get a file list, check to see if it exists, delete it, check to see if it is deleted and then copy the new file....
- Mon Dec 06, 2021 12:40 pm
- Forum: Scripts and Tips
- Topic: Elevate compiled script exe without UAC dialog
- Replies: 1
- Views: 23027
Re: Elevate compiled script exe without UAC dialog
Thank you I will give it a go
- Sat Dec 04, 2021 9:49 pm
- Forum: Technical / Scripting
- Topic: Run command prompt as administrator
- Replies: 1
- Views: 2729
Run command prompt as administrator
Hopefully I will explain this well. I have a compiled script that works on some machines and not on others. The portion that fails is the execution of a command line program. "This has worked for years with the RunProgram>"path and executable" options etc" Since it is a command line program I have a...
- Wed May 13, 2020 10:01 am
- Forum: Technical / Scripting
- Topic: Compiled version failing
- Replies: 4
- Views: 4645
Re: Compiled version failing
Yes, I sign them. It just kills me to pay for what is really nothing - year after year to prove I am still me.
- Tue May 12, 2020 12:55 pm
- Forum: Technical / Scripting
- Topic: Script fails in ver 15 but works in 14
- Replies: 7
- Views: 6504
Re: Script fails in ver 15 but works in 14
Thank you, but I got it to work on one machine so it is not a MS error. For troubleshooting what I did was use FileZilla and when it logged in I saw what it was using for settings and specified them in MS. That was one machine; I still had errors on others. I ended up recompiling everything and upda...
- Mon May 11, 2020 3:24 pm
- Forum: Technical / Scripting
- Topic: Script fails in ver 15 but works in 14
- Replies: 7
- Views: 6504
Re: Script fails in ver 15 but works in 14
I'm still having issues. I can't get it to work on port 921. I have opened the port and I have tried every option. Is there anyway i could privately send you the settings and script and have you take a look.
- Fri May 08, 2020 11:37 am
- Forum: Technical / Scripting
- Topic: Compiled version failing
- Replies: 4
- Views: 4645
Re: Compiled version failing
Security settings in Windows now require you to all what you compile to go through the windows firewall.
- Fri May 08, 2020 11:35 am
- Forum: Technical / Scripting
- Topic: Script fails in ver 15 but works in 14
- Replies: 7
- Views: 6504
Re: Script fails in ver 15 but works in 14
Got it, with ver 15 you have to specifically go into windows firewall and allow it. You didn't have to do that with ver 14.
- Fri May 08, 2020 10:43 am
- Forum: Technical / Scripting
- Topic: Script fails in ver 15 but works in 14
- Replies: 7
- Views: 6504
Re: Script fails in ver 15 but works in 14 - example
Example of failing script. Keep in mind this works in ver 14 but fails when compiled - it used to work when compiled but not anymore. It does not work in ver 15 compiled or not. To test it you need a folder c:\temp. There are no files in the folder so it will return a message box saying "Success" an...
- Thu May 07, 2020 7:38 pm
- Forum: Scripts and Tips
- Topic: Open script in editor
- Replies: 9
- Views: 26635
Re: Open script in editor
Many thanks, now it opens in the editor just the way I wanted.
- Thu May 07, 2020 7:15 pm
- Forum: Scripts and Tips
- Topic: Open script in editor
- Replies: 9
- Views: 26635
Re: Open script in editor
I already do that. I am trying to make it so I right click on a script and from the drop down I select "Open With" and have it open in the editor. Currently it runs it, before I updated to ver 15 I could do it.
- Thu May 07, 2020 2:48 pm
- Forum: Scripts and Tips
- Topic: Open script in editor
- Replies: 9
- Views: 26635
Open script in editor
In the past I was able to right click on a script and then open it in the editor. I installed ver 15 and it runs the script when I choose open with. I forgot how I changed it to open in the editor does anyone know. I searched the forum for +editor +open +right +click but no luck