From 2eac4232478d28e5bb2d93a60f17ba876680f045 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sun, 23 Jul 2017 18:19:09 +0100 Subject: Made the Downloader save .exe files to the Desktop These are then interpreted by the EXE file opening thing (For Windows 95 it's the Win95WindowsExplorer and for Windows 98/2000/ME it's really WinClassicWindowsExplorer --- TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Main/OS') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index 4777dae..4b0157e 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -227,7 +227,7 @@ namespace TimeHACK.OS.Win95.Win95Apps void OpenApplication(string appname) { switch (appname.ToLower()) - { + { case "explorer": Engine.Template.WinClassic app = wm.StartWin95(new Win95WindowsExplorer(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true); Program.AddTaskbarItem(app, app.Tag.ToString(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer); @@ -283,7 +283,7 @@ namespace TimeHACK.OS.Win95.Win95Apps break; } - } + } string ReturnType(string extension) { string returnVal = ""; -- cgit v1.2.3