ExpeditionExpedition Navigation Software

You are not logged in. Would you like to login or register?



5/26/2024 9:29 am  #1


Disclaimer Screen

I noticed in x64 we can acknowledge in perpetuity the disclaimer screen at startup, is that something that can be added to 4D also?  

 

5/26/2024 1:02 pm  #2


Re: Disclaimer Screen

The simple answer is no.

 

5/26/2024 11:28 pm  #3


Re: Disclaimer Screen

You can create a batch file, that starts Expedition, waits for a second or two, and presses enter.

@if (@CodeSection == @Batch) @then 
@echo off 
set SendKeys=CScript //nologo //E:JScript "%~F0" 
start /d "C:\Program Files (x86)\Expedition\Expedition4D" Expedition.exe 
timeout 1 
%SendKeys% {Enter} 
@end 
var WshShell = WScript.CreateObject("WScript.Shell"); 
WshShell.SendKeys(WScript.Arguments(0));

Last edited by Navigator (5/26/2024 11:31 pm)

 

5/29/2024 7:30 am  #4


Re: Disclaimer Screen

Thanks that works great!


Navigator wrote:

You can create a batch file, that starts Expedition, waits for a second or two, and presses enter.

@if (@CodeSection == @Batch) @then 
@echo off 
set SendKeys=CScript //nologo //E:JScript "%~F0" 
start /d "C:\Program Files (x86)\Expedition\Expedition4D" Expedition.exe 
timeout 1 
%SendKeys% {Enter} 
@end 
var WshShell = WScript.CreateObject("WScript.Shell"); 
WshShell.SendKeys(WScript.Arguments(0));

 

     Thread Starter
 

Board footera

 

Powered by Boardhost. Create a Free Forum




Check out RaceData for iOS and Android. Expedition data in the palm of your hand, or on your wrist! RaceData

Interested in advertising here? Over one thousand active navigators and Expedition users visit this forum. Click here to contact the administrator.