mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
fix: Syntax error
This commit is contained in:
parent
8d8b43f1f0
commit
b1fa4c3b64
1 changed files with 1 additions and 1 deletions
|
|
@ -1777,7 +1777,7 @@ prepareInstall() {
|
||||||
echo " Set oFile = Nothing"
|
echo " Set oFile = Nothing"
|
||||||
echo "End With"
|
echo "End With"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\")"
|
echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\"))"
|
||||||
echo "With oLink"
|
echo "With oLink"
|
||||||
echo " .TargetPath = \"\\\\host.lan\\Data\""
|
echo " .TargetPath = \"\\\\host.lan\\Data\""
|
||||||
echo " .Save"
|
echo " .Save"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue