Call Host and Log in
# This example calls an HP e3000 and logs in. # If the host does not answer, the user is prompted to retry. LABEL DIAL # dial a number SEND ATDT15551212 # set timer to 40 seconds TIMER 40 # go to ...
# This example calls an HP e3000 and logs in. # If the host does not answer, the user is prompted to retry. LABEL DIAL # dial a number SEND ATDT15551212 # set timer to 40 seconds TIMER 40 # go to ...
; ;This example logs onto a HP9000. ; LABEL SENDBREAK XMITC 13 TIMER 5 ONTIMER SENDBREAK WAITS login: GOTO SENDID LABEL LOGINAGAIN WAITS login: LABEL SENDID SEND doug TIMER 5 ONTIMER LOGINAGAIN ...
Change the transfer parameters as appropriate to BINARY, ASCII, RECSIZE, SAVEINF. For Windows, modify DOSPRMPT.PIF to use a window. For DOS, use COMMAND.COM in place of DOSPRMPT.PIF. The host ...
Change the transfer parameters as appropriate to BINARY, ASCII, RECSIZE, SAVEINF. ; ; Destination directory LET Var1="C:\temp\" ; ; File selection LET Var2="F@" ; ; Maximum number of files to be ...
Below is an MPE/iX command file that allows for file transfer operations within a menu. This can also be called from a logon UDC to allow file transfers without giving access to a colon (MPE) ...
When I have the Print Driver set to Windows Default I get my screen print. When I change it to Pass Through Printing I don’t get anything. I have the Print Driver set to Pass Through ...
“Host file transfer program is out of date” usually means that the HP3000 cannot find/load/execute the host file transfer program. Do the following step by step: When a user sees the ...
Access here: https://minisoft.com/support/wp-content/uploads/2014/11/Sample-Script-to-Create-a-Phone-List.pdf
;******************************************* ;* Set the Title and Prompt Message * ;******************************************* LET HEADER = “User Name” LET PROMPT = “Please ...
Some users want to import reports to Excel. The problem is that the first position of the spool file is a carriage control character. This does not import well into Excel. This script will prompt ...