variables

  1. P

    Windows 10 Environmental Variable Issue: Path with Spaces Not Recognized in Windows

    I entered the following path in my environmental variable: C:\Users\KUNDAN JI\AppData\Local\Programs\Thonny; But it is not recognizing. Is it because of the gap in KUNDAN JI. How to solve the problem?
  2. M

    Windows 10 CMD.EXE - How to fix command output into variable

    Hi! I tried to send command output to variable. I'm using is in Windows 10.1903 x64 I used syntax: SET /P variable= | command I used batch by context menu to get word, characters and lines count in text file using old WC tool (it's great). First I used only copying output into clipboard by...
  3. Rapaaja

    Windows 10 Win 10 ram with variable speed ?

    HI 1Questions wonders: that is, the question is why when Windows 10 Task Manager when you look at the RAM memory speeds so far it will appear 1200Mhz even though the memory speed is 2400Mhz. However, in bios, everything is displayed correctly, in terms of volume and speed. Memory is 8Gt DDR4...
  4. News

    CSS Custom Properties in Microsoft Edge

    Beginning with EdgeHTML 15 in the Windows 10 Creators Update, Microsoft Edge introduces support for CSS Custom Properties, a new primitive value type to fully cascade variables across CSS properties. You can preview CSS Custom Properties in Windows Insider Preview builds beginning with EdgeHTML...
  5. News

    Windows Installer package doesn't update system environment variables in Windows 10

    Link Removed
  6. News

    There's nothing basic about Lego Mindstorm EV3 Basic

    Let's take two of our favorite teach, and just all around fun, tools, Lego Mindstorm EV3 and Small Basic and combine them into one awesome project! Link Removed shares EV3 Basic! Link Removed Using the EV3 extension for Small Basic 1.2, you can use Small Basic to program your Lego Mindstorm...
  7. L

    Windows 7 Batch File will not execute multiple moves

    Please Help! I have a batch file that performs the following tasks: 1) renames a counter field 2) creates two variables that will be used later to rename two separate files 3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures 4) Moves and renames the...
  8. kannabalistic

    Windows 7 Environmental variables HELP!!!

    I know I ares retard I was setting up the Java jdk and I accidentally deleted the path variable and I want to know if there is a way to reset it??? I have tried tons of other sources but I couldn't find anything that would help. Please this forum is my last hope and it hasn't failed me with past...
  9. News

    Update prevents the "PSModulePath" environment variables from being reset after you uninstall...

    Continue reading...
  10. News

    Update is available that prevents the PSModulePath environment variable from being reset when...

    Continue reading...
  11. A

    Windows 7 basic scripting, usage piping, output redirections and variable in one example.

    Hi, I mostly use another OS, and need to rewrite following script into one which works in windows. OK, here's the command: curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/" here's what it does: loads content of...
  12. B

    Windows 7 set /p not working

    The following code doesnt set the value of a to user input..why? Can anyone help plz... set /p a ="sdff " pause echo %a% pause
  13. News

    Problem retrieving Value for DynamicSiteName from Registry using PS

    Link Removed
  14. P

    Windows 7 Cannot set PATH environment variable

    Hello An application I installed is not working and the product support dept for the application said the reason is that the path environment variable is not set correctly. In System/Advanced/System Settings/Envinonment Variables/Path is shows the following: C:\Program Files\Common...
  15. G

    Windows 7 How to Restore Deleted Path Variable in Windows Systems

    My son deleted the path variable by accident so how can i reset it back to normal?
  16. News

    Windows 7 TouchStudio - State Variables

    In this video, learn how to use state variables in Link Removed with Micha Link Removed
  17. A

    Windows 7 Accidentally Deleted CLASSPATH system variable for 32bit

    can someone please help me
  18. I

    Windows 7 Schtasks - Import XML

    I am making a program. I want to import XML file to schtasks.exe, I have to set the path of the program. Here's the part of XML code : <Exec> <Command>"C:\MyPath\program.exe"</Command> <Arguments>/copy</Arguments> </Exec> In my opinion, I have to set the path as variable, so...
  19. K

    Windows 7 PATH system32 should be System32

    Just a message for the MS support staff. This is either something that has come up hundreds of times (and I can't find it) or I'm just plain wrong. (I think that this same problem existed in Vista, so this may be really old and I'm making a fool out of myself.) In Control...
  20. Socar

    Windows 7 Setting Path Environment Variable Does Not Work

    I can add to the System Variable “Pathâ€Â￾, however it does not seem to have any effect on the command line. I have added “C:\Program Files (x86)\Java\jdk1.6.0_05\binâ€Â￾ to the system variables however running I still get the following error: ‘java’ is not...
Back
Top