We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc8049 commit 8de458bCopy full SHA for 8de458b
shortcut.au3
@@ -0,0 +1,10 @@
1
+; https://www.autoitscript.com/site/autoit/downloads/
2
+; Use this script with Auto2Exe and select desired icon
3
+
4
+#pragma compile(FileVersion, 1.0.0.0)
5
+#pragma compile(FileDescription, Launcher)
6
+#pragma compile(ProductVersion, 0.5.6.0)
7
+#pragma compile(ProductName, Simple File Server)
8
+#pragma compile(LegalCopyright, AGPL 3.0)
9
10
+ShellExecute(".\sfs.exe") ; relative paths are valid
0 commit comments