preventing_20the_20_27downloaded_20file_27_20warning
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
preventing_20the_20_27downloaded_20file_27_20warning [2018/03/31 13:19] – external edit 127.0.0.1 | preventing_20the_20_27downloaded_20file_27_20warning [2024/01/05 00:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
//by Richard Russell, June 2009//\\ \\ When you attempt to run an executable file downloaded from the internet (or another computer), Windows may display a ' | //by Richard Russell, June 2009//\\ \\ When you attempt to run an executable file downloaded from the internet (or another computer), Windows may display a ' | ||
+ | <code bb4w> | ||
file% = OPENIN(FileName$ + ": | file% = OPENIN(FileName$ + ": | ||
IF file% THEN | IF file% THEN | ||
Line 8: | Line 9: | ||
IF file% CLOSE #file% | IF file% CLOSE #file% | ||
ENDIF | ENDIF | ||
+ | </ | ||
This code first checks to see if the file has a ' | This code first checks to see if the file has a ' | ||
==== Note ==== | ==== Note ==== | ||
This article is applicable to files which have first been downloaded from the internet (or another computer) and then subsequently run from the local disk. The warning which is displayed when you attempt to execute a file directly from a web site is a different issue, and can only be suppressed by ' | This article is applicable to files which have first been downloaded from the internet (or another computer) and then subsequently run from the local disk. The warning which is displayed when you attempt to execute a file directly from a web site is a different issue, and can only be suppressed by ' |
preventing_20the_20_27downloaded_20file_27_20warning.1522502374.txt.gz · Last modified: 2024/01/05 00:17 (external edit)