Search found 2 matches
- Mon Oct 28, 2024 2:22 am
- Forum: Server - General
- Topic: Post upload scripts - run python
- Replies: 2
- Views: 501
Re: Post upload scripts - run python
Thanks for the quick response. I used the following to check the env variable: - cmd.exe /c "echo" %ProgramFiles% %1 %2 >> c:\scripts\error.txt the contents looks correct: - C:\Program Files c:\data\ftp\test_account\test.txt c:\data\ftp\test_account\ I then added redirection for errors on ...
- Fri Oct 25, 2024 1:14 pm
- Forum: Server - General
- Topic: Post upload scripts - run python
- Replies: 2
- Views: 501
Post upload scripts - run python
Hi All, Hoping you can help, tried searching the forum but all my search terms were too common. I'm trying to run a python script on post upload. I've tried all the combinations that I can think of. Is there some way to debug or step through the command execution? I've tried: - "%ProgramFiles%\...