• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NT Scripting on Windows 2000 dumb question. CDrecord involved.

I'm guessing it's impossible.

I'm writing an NT Shell Script to burn a CD using CDRecord, but I've got a big problem.

The User I want to use the script as is not an Admin, and doesn't seem to be able to see the CD-writer through cdrecord.

A CDrecord -scanbus yields "No target found". The same statement run under Administrator comes up with all IDE Devices.

Is there a way to call the script as Administrator?

Any help or thoughts appreciated. Thanks
 
Why a user? You could set it up as a service on the local machine and script using NET START <service>,


Originally posted by: djheater
I'm guessing it's impossible.

I'm writing an NT Shell Script to burn a CD using CDRecord, but I've got a big problem.

The User I want to use the script as is not an Admin, and doesn't seem to be able to see the CD-writer through cdrecord.

A CDrecord -scanbus yields "No target found". The same statement run under Administrator comes up with all IDE Devices.

Is there a way to call the script as Administrator?

Any help or thoughts appreciated. Thanks








SHUX

 
Back
Top