Relative path in script with "synchronize" command
Hello,
I need a simple script which synchronizes a local folder with a remove folder.
All my code is stored in a git managed folder. My attempt for a script was as simple as this:
Unfortunately, the relative path with
Can I somehow make this work, f.e. referencing the folder from where I called the script?
Thanks in advance and kind regards
Andreas
I need a simple script which synchronizes a local folder with a remove folder.
All my code is stored in a git managed folder. My attempt for a script was as simple as this:
open "MyServer" synchronize remote ./mod_erstattungen /winscptest close
./mod_erstattungen
is not working from within my repository.
Can I somehow make this work, f.e. referencing the folder from where I called the script?
Thanks in advance and kind regards
Andreas