Very tiny script for testing D projects with Pijul version control system.

Suliman evermind at live.ru
Fri Feb 2 09:35:23 UTC 2018


Good news!
Working version:

@echo off
for %%a in ("%cd%") do set folder=%%~na
winscp.com /command  "open devuser at 172.16.16.11 
-privatekey=C:\Users\suliman\.ssh\123.ppk" "put latest.tar.gz 
/home/devuser/folder/" "exit"

1. File-name hard-coded
2. WinSCP should be installed and added to PATH


More information about the Digitalmars-d-announce mailing list