Rocket Software Homepage
Forum Home Forum Home > AccuTerm Knowledge Base (read only) > Scripting & Automation
  New Posts New Posts RSS Feed - 32 bit Application on 64 bit Vista
  FAQ FAQ  Forum Search   Register Register  Login Login

The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum.

Forum Locked32 bit Application on 64 bit Vista

 Post Reply Post Reply
Author
Message
tomcordes View Drop Down
Newbie
Newbie


Joined: February 02 2011
Location: United States
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote tomcordes Quote  Post ReplyReply Direct Link To This Post Topic: 32 bit Application on 64 bit Vista
    Posted: 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

My guess is that Accuterm's calling of the dos command line is not working quite right.

Any help is appreciated.

Tom

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.