Remove windows info (will be constructed later)
This commit is contained in:
parent
bcc342989d
commit
de88cec718
2 changed files with 0 additions and 12 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
@echo off
|
|
||||||
REM wscript Browser\link.vbs %USERPROFILE%\Desktop\Librefox-Tor.lnk Browser\firefox.exe
|
|
||||||
wscript Browser\link.vbs Librefox-Tor.lnk Browser\firefox.exe
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
set fs = CreateObject("Scripting.FileSystemObject")
|
|
||||||
set ws = WScript.CreateObject("WScript.Shell")
|
|
||||||
set arg = Wscript.Arguments
|
|
||||||
|
|
||||||
linkFile = arg(0)
|
|
||||||
|
|
||||||
set link = ws.CreateShortcut(linkFile)
|
|
||||||
link.TargetPath = fs.BuildPath(ws.CurrentDirectory, arg(1))
|
|
||||||
link.Save
|
|
||||||
Loading…
Add table
Reference in a new issue