Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 3931)

Ticket Resolution Summary Owner Reporter
#800 No Bug runas from a network path anonymous
Description

I have written a script that will elevate an uninstall process to admin credentials. This works nicely when run from a local drive. However when run from a network path, the scripts pauses.

RunAs Command line reads:

RunAs($Admin, @LogonDomain, $AdminPwd,1,@ComSpec & ' /c ' & $RemoveOld) As I'm using the @ComSpec /c, when running from local drive the command line box appears. When running same script (absolutely no changes) from a network path, this command line box does not appear.

To get around this I have created a .cmd file that copies the script file from the network path to the local drive and run script locally. Bit of a bummer!

#3259 No Bug root anonymous
Description

web anda akan terancam bahaya

#1590 Rejected restore FileOpen("con", 4) in AutoIt 3.3.6.2 Jon txj
Description

in AutoIt 3.2.12.1, statement

  FileOpen("con", 4)

open console, then user can input from keyboard, programmer can handle user input.

but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt.

I hope restore

  FileOpen("con", 4)

in AutoIt 3.3.6.2.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.