in reply to spaces in filepath on Win32
To do this then, you need to"D:\RSA Security\RSA Authentication Manager\utils\tcl\BIN\tcl-sd.exe" +$ARGV[1]
or nicer looking issystem ("\"D:\\RSA Security\\RSA Authentication Manager\\utils\\tcl\\B +IN\\tcl-sd.exe\" $ARGV[1]");
By the way, in the "D:/\RSA.." the /\ sequence is all wrongsystem '"D:\RSA Security\RSA Authentication Manager\utils\tcl\BIN\tcl- +sd.exe"', $ARGV[1];
|
|---|