![]() |
| The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply
|
| Author | |
tomcordes
Newbie
Joined: February 02 2011 Location: United States Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: 32 bit Application on 64 bit VistaPosted: April 27 2012 at 3:46am |
|
Trying to execute: c:\Program Files (x86)\WinSCP\WinSCP.exe within Unidata.
Edit - Using program 'Visual Subt' I mapped 'c:\Program Files (x86)' to the 'Z' drive. Then I ran 'z:\WinsSCP\WinSCP.exe' from the dos command line and it worked fine. When the same command is run from a Unidata program, it looks like the dos 'cmd' box flashes on the screen (can't tell for sure) and that's it. Here is the code: EQU NIL TO "" EQU ESC TO CHAR(27), STX TO CHAR(2), CR TO CHAR(13), EM TO CHAR(25) CMD = "Z:\WinSCP\WinSCP.exe" STB = "DIM X":EM STB := "X = initsession.hostname":EM STB := "initsession.output X & CHR$(13)":EM ECHO OFF CRT ESC:STX:">":CMD:STB:CR: CRT ESC:STX:"I":CR PROMPT "" INPUT IPAD ECHO ON END |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |