mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-04 01:19:58 +01:00
Changes to web gui and fixes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2020/03/17
|
||||
- New function copy
|
||||
- Some fixes
|
||||
|
||||
## 2020/02/20
|
||||
- Fixing more bugs
|
||||
- First public beta of web gui, it doesn't have some parts but it's working
|
||||
|
||||
@@ -34,6 +34,7 @@ Note: Cooks start in directory $env:temp (%TEMP%) from SYSTEM user.
|
||||
| W | CMD | Cmd command. Beware of quotes, because internally is run as cmd /c "" |
|
||||
| W/L | PWCMD | Powershell command, runs using Invoke-Command |
|
||||
| W/L | REPOTOLOCAL | Copy a file from REPO folder configured to local in temp folder. You can copy a file or a folder |
|
||||
| W/L | COPY | Copy a file from copied to local (REPOTOLOCAL) to any destiantion. Ex: COPY|filec.cfg;C:\Program\filec.cfg|
|
||||
| W | INSTALLMSI | Installs an MSI file silently (Params /quiet /norestart are put, do not repeat). You can add parameters (Like INSTALLMSI|superapp.msi ADDLOCAL=extension SETASDEFAULT=1) |
|
||||
| W/L | NOERROR | Creates a block of instructions that not captures errors and continues event if fails<br>Example:<br>NOERROR|Try to delete a file that maybe can not exist<br>PWCMD|Remove-Item C:\Windows\loginstall.txt<br>ENDNOERROR|Finish |
|
||||
| W/L | ENDNOERROR | Finishes NOERROR Block |
|
||||
|
||||
Reference in New Issue
Block a user