$FileRestore = @DesktopDir & "RestoreDesktop.cmd" RunWait (@ComSpec & ' /c "' & $FileRestore & '"', @DesktopDir, @SW_HIDE)
Thanks
Edited by Delai, 01 August 2012 - 01:34 PM.
Posted 01 August 2012 - 01:31 PM
$FileRestore = @DesktopDir & "RestoreDesktop.cmd" RunWait (@ComSpec & ' /c "' & $FileRestore & '"', @DesktopDir, @SW_HIDE)
Edited by Delai, 01 August 2012 - 01:34 PM.
Posted 01 August 2012 - 01:52 PM
Edited by BrewManNH, 01 August 2012 - 01:52 PM.
How to ask questions the smart way!
Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.
_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.
GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.
Posted 01 August 2012 - 02:01 PM
The own fart smells best! ✌
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯
Posted 01 August 2012 - 03:04 PM
@echo off IF EXIST %SystemRoot%SysWOW64 "%ProgramFiles%DesktopCmdDesktopcmd64.exe" Restore /n "Layout 1366 x 768" /Y IF NOT EXIST %SystemRoot%SysWOW64 "%ProgramFiles%DesktopCmdDesktopcmd.exe" Restore /n "Layout 1366 x 768" /Y EXIT
Posted 01 August 2012 - 03:19 PM
How to ask questions the smart way!
Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.
_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.
GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.
0 members, 0 guests, 0 anonymous users