64 Bit problems
-
Hello, i realized that windows hides files in C:\windows\system32-directory when starting the console in 64 bit mode. For instance c:\windows\system32\mode.com is missing in 64 bit mode if i make a "dir". Whats this? My problem is that i make a scii-game in console mode, i want to change the keyboard type rate via "system("MODE CON RATE=32 DELAY=1")" but it doesn't work because the 64 bit command line is used when i start the application. Any ideas or workaronds?
-
Hello, i realized that windows hides files in C:\windows\system32-directory when starting the console in 64 bit mode. For instance c:\windows\system32\mode.com is missing in 64 bit mode if i make a "dir". Whats this? My problem is that i make a scii-game in console mode, i want to change the keyboard type rate via "system("MODE CON RATE=32 DELAY=1")" but it doesn't work because the 64 bit command line is used when i start the application. Any ideas or workaronds?
Ah after starting up from 64 bit try to reduce it to 32 bit then restart again...hope its helpful to you. thanks. :)