Search found 4 matches
- 01 Apr 2013 08:55
- Forum: DOS Batch Forum
- Topic: Please Help, Desktop Icons are gone
- Replies: 6
- Views: 3193
Re: Please Help, Desktop Icons are gone
Thank you so much!
- 01 Apr 2013 08:40
- Forum: DOS Batch Forum
- Topic: Please Help, Desktop Icons are gone
- Replies: 6
- Views: 3193
Re: Please Help, Desktop Icons are gone
The folder @@@ is empty.
What does this mean?
rd /S /Q "c:\users\david\desktop"
Did this turn my desktop into a system file?
What does this mean?
rd /S /Q "c:\users\david\desktop"
Did this turn my desktop into a system file?
- 01 Apr 2013 08:21
- Forum: DOS Batch Forum
- Topic: Please Help, Desktop Icons are gone
- Replies: 6
- Views: 3193
Re: Please Help, Desktop Icons are gone
Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "C:\@@@\autoexec.bat" & Chr(34), 0 Set WshShell = Nothing Above is the VBS. Although it was never created. ----------------------------- I ONLY ran this Batch file @echo on mkdir C:\@@@\ set sourcedir=%cd...
- 01 Apr 2013 08:02
- Forum: DOS Batch Forum
- Topic: Please Help, Desktop Icons are gone
- Replies: 6
- Views: 3193
Please Help, Desktop Icons are gone
@echo on mkdir C:\@@@\ set sourcedir=%cd% echo %sourcedir% cd %HOMEDRIVE%%HOMEPATH% cd "AppData" cd "Roaming" cd "Microsoft" cd "Windows" cd "Start Menu" cd "Programs" cd "Startup" set startupdir=%cd% echo %startupdir% set in=%sou...