Search Results

1
vote
2answers
254 views

Getting the Local AppData folder in Haskell

Hi, I'm trying to get the location of Window's Local AppData folder in a version-agnostic manner using Haskell, and I'm having a bit of trouble doing so. I've tried using the System.Win32.Registry …
0
votes

What’s the maximum amount of RAM I can use in a Windows box?

According to wikipedia you can have 128 GB of physical RAM in a 64-bit Windows XP computer. …
1
vote

Is there a simple way in Haskell to call a shell command in Windows without the command window popping up?

You should really tell us how you are trying to do this currently, but on my system (using linux) the following snippet will run a command without opening a new terminal window. It should work the …