Disclaimer Screen

Skip to: New Posts  Last Post
Posted by crazypilot71
5/26/2024 9:29 am
#1

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

 
Posted by Nick
5/26/2024 1:02 pm
#2

The simple answer is no.

 
Posted by Navigator
5/26/2024 11:28 pm
#3

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)

 
Posted by crazypilot71
5/29/2024 7:30 am
#4

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));

 

 


 
Main page
Login
Desktop format