Search found 5 matches
- 14 Dec 2010 18:41
- Forum: DOS Batch Forum
- Topic: remove directory W7 batch getting Access denied
- Replies: 8
- Views: 9763
Re: remove directory W7 batch getting Access denied
I set UAC to off, and set SDS app to "Run as Adminstrator," as shown on 101204... m Thanks very much for working on this issue. Was hoping to transform to w7 32-bit this year while finalizing SDS 64-bit op toward using w7 64-bit, but it looks like the gods are against us. The problem to so...
- 13 Dec 2010 23:45
- Forum: DOS Batch Forum
- Topic: remove directory W7 batch getting Access denied
- Replies: 8
- Views: 9763
Re: remove directory W7 batch getting Access denied
That is the system error when deleting c:\sd\wt\ directory from explorer, or using rd from the command prompt, until the SDS/DOS app is closed.
Please clarify turning "UAC" off?
Thanks.
Rod
Please clarify turning "UAC" off?
Thanks.
Rod
- 13 Dec 2010 18:12
- Forum: DOS Batch Forum
- Topic: remove directory W7 batch getting Access denied
- Replies: 8
- Views: 9763
Re: remove directory W7 batch getting Access denied
Thanks for the tip on setting compatibility mode. SDS is a macro application for an editor e.exe 16-bit assembler. For past 2 years we have been building a Java version for new platforms. Probably have another year of debugging before we can switch over, so need to run existnig e.exe on w7, as we ha...
- 13 Dec 2010 14:09
- Forum: DOS Batch Forum
- Topic: remove directory W7 batch getting Access denied
- Replies: 8
- Views: 9763
Re: remove directory W7 batch getting Access denied
Have you checked the NTFS permissions for the folder and verified that you can delete it without any UAC prompt? Hi, Spent a week working with W7 "permissions" to set global policies that permit access to all files and directories. Think they are set, but don't know for sure. c:sd\wt is a...
- 13 Dec 2010 12:56
- Forum: DOS Batch Forum
- Topic: remove directory W7 batch getting Access denied
- Replies: 8
- Views: 9763
remove directory W7 batch getting Access denied
Hi, Have been using a simple batch file for years running XP called from within a DOS app using start command, which calls following code to ftp records to my website. However, with new computer on w7 Ultimate, getting access denied on rd command, and thing fails. Here is current code... @echo off c...